diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index aefd1ae..664a23a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,6 +22,9 @@ jobs: - name: Install packages run: npm ci + - name: lint:commit + run: npm run lint:commit -- --to "${{ github.sha }}" + - name: Next.js linting run: npm run lint:next