Skip to content

Commit

Permalink
fix(lint workflow): forgot a word
Browse files Browse the repository at this point in the history
  • Loading branch information
jwford committed Mar 24, 2024
1 parent 30dcce9 commit 0a8ee54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
run: npm ci

- name: Run ESLint
run: npm lint
run: npm run lint

0 comments on commit 0a8ee54

Please sign in to comment.