Skip to content

Commit 42329a8

Browse files
Add lint to CI
Validate code against lint rules in CI.
1 parent a20c697 commit 42329a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
with:
5151
dotnet-version: '9.0.x'
5252

53+
- name: Lint
54+
run: |
55+
npm run format-check
56+
5357
- name: Test
5458
run: |
5559
npm test

0 commit comments

Comments
 (0)