From 0110d7d5dc9dc2a228fef97ea0c4bb359e12c376 Mon Sep 17 00:00:00 2001 From: Lars Kappert Date: Tue, 19 Mar 2024 17:07:27 +0100 Subject: [PATCH] Add eslint to integration tests --- .github/workflows/integration.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 235af6f47..41ef70a8b 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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