Skip to content

Commit 0b08c6a

Browse files
committed
ci: add format check to GitHub Actions workflow
1 parent 0e4b307 commit 0b08c6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml renamed to .github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Automated tests
1+
name: CI
22

33
on:
44
push:
@@ -23,5 +23,6 @@ jobs:
2323
node-version: ${{ matrix.node-version }}
2424
cache: 'npm'
2525
- run: npm install
26+
- run: npm run format:check
2627
- run: npm run build
2728
- run: npm run test

0 commit comments

Comments
 (0)