Skip to content

Commit eee0bd8

Browse files
committed
Add code formatting check to CI
1 parent 0855282 commit eee0bd8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ jobs:
2020
check-latest: true
2121
- run: npm ci
2222
- run: npm run build
23+
format:
24+
runs-on: ubuntu-latest
25+
steps:
26+
- uses: actions/checkout@v6
27+
- uses: actions/setup-node@v6
28+
with:
29+
node-version: 24
30+
check-latest: true
31+
- run: npm ci
32+
- run: npm run fmt:check
2333
lint:
2434
runs-on: ubuntu-latest
2535
steps:

0 commit comments

Comments
 (0)