Skip to content

Commit 6c7331b

Browse files
committed
Run linter for pr-checks in CI
1 parent 57bd3d6 commit 6c7331b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pr-checks.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ jobs:
101101
working-directory: pr-checks
102102
run: npm ci && npx tsx --test
103103

104+
- name: Lint
105+
if: always()
106+
working-directory: pr-checks
107+
run: npm run lint
108+
104109
check-node-version:
105110
if: github.triggering_actor != 'dependabot[bot]'
106111
name: Check Action Node versions

0 commit comments

Comments
 (0)