We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7caa1f4 commit 8bbba8dCopy full SHA for 8bbba8d
1 file changed
.github/workflows/ci.yml
@@ -78,8 +78,6 @@ jobs:
78
79
- run: npm ci
80
- run: opam install dune cppo
81
- - name: Format check
82
- run: make checkformat
83
- run: npm run compile
84
- run: npm run bundle
85
@@ -97,6 +95,9 @@ jobs:
97
95
- name: Test
98
96
run: opam exec -- make test
99
+ - name: Format check
+ run: make checkformat
100
+
101
- name: Strip binaries
102
if: matrix.os != 'windows-latest'
103
run: strip rescript-editor-analysis.exe rescript-tools.exe
0 commit comments