diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2ddeea5..76b465a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,6 +14,8 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Install dependencies + run: npm ci - name: Run ESLint run: npm run lint