Skip to content

Commit da1d7ea

Browse files
cknittcristianoc
authored andcommitted
Enforce formatting in CI
1 parent 7deffe7 commit da1d7ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
env:
5858
RESCRIPT_FORCE_REBUILD: 1
5959

60+
- name: Check format
61+
run: npm run checkFormat
62+
6063
- name: Run tests
6164
if: runner.os != 'Windows'
6265
run: opam exec -- node scripts/ciTest.js -all

0 commit comments

Comments
 (0)