Skip to content

Commit

Permalink
added missing run instruction to npm in workflow file;
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesrichter committed Apr 2, 2023
1 parent 092d19d commit 6dd8ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
run: npm install

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

0 comments on commit 6dd8ada

Please sign in to comment.