Skip to content

Commit 40f4671

Browse files
committed
Activate linter in pipeline
1 parent 36fd95d commit 40f4671

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- name: Install dependencies
2222
run: npm ci
2323

24+
- name: Lint
25+
run: npm run lint
26+
2427
- name: Run Vitest Tests
2528
run: npm run test:vi
2629

0 commit comments

Comments
 (0)