diff --git a/.github/workflows/check-linter.yml b/.github/workflows/check-linter.yml index 7e801a5..9c0f870 100644 --- a/.github/workflows/check-linter.yml +++ b/.github/workflows/check-linter.yml @@ -1,4 +1,4 @@ -name: Checking linter +name: Check linter on: push: @@ -31,4 +31,4 @@ jobs: run: npm ci - name: Verify linter - run: npm run lint \ No newline at end of file + run: npm run lint:check