Skip to content

Commit

Permalink
Add eslint to integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Mar 19, 2024
1 parent bf82f17 commit 0110d7d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,15 @@ jobs:
with:
repository: argos-ci/argos
path: argos
- run: cd argos && npm install && knip

- name: Test Knip against eslint
uses: actions/checkout@v4
with:
repository: eslint/eslint
path: eslint
- run: |
cd argos && npm install && knip --max-issues 1
cd eslint
npm install --force
cd docs && npm install && cd -
knip

0 comments on commit 0110d7d

Please sign in to comment.