Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Jul 3, 2024
1 parent 5e2574d commit 76bde3e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,15 @@ jobs:

- name: ESLint
run: |
npx --package=eslint -- eslint -c .eslintrc.js sphinx/
npx \
[email protected] \
--package eslint-plugin-import@^2.22.1, \
--package eslint-plugin-node@^11.1.0, \
--package eslint-plugin-promise@^4.2.1, \
--package eslint-plugin-standard@^5.0.0 \
--package eslint@^7.14.0, \
--package eslint-config-standard@^14.1.1 \
-- eslint -c .eslintrc.js sphinx/
- name: MyPy
run: |
Expand Down

0 comments on commit 76bde3e

Please sign in to comment.