Skip to content

Commit e82964f

Browse files
committed
ci(pr-checks): install dependencies before running eslint
1 parent 014c778 commit e82964f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515
- uses: ./.github/actions/set-up-node
16+
- run: npm ci
1617
- run: npm run lint
1718

1819
commitlint:

0 commit comments

Comments
 (0)