Skip to content

Commit d426643

Browse files
ci: Add linting step to GitHub Actions workflow
1 parent 60c70f5 commit d426643

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Build
3030
run: npm run build
3131

32+
- name: Lint
33+
run: npm run format:check
34+
3235
- name: Test
3336
run: npm test
3437

0 commit comments

Comments
 (0)