We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bbba8d commit 4a5abd4Copy full SHA for 4a5abd4
1 file changed
.github/workflows/ci.yml
@@ -89,15 +89,15 @@ jobs:
89
- name: Set dune profile according to platform
90
run: echo "DUNE_PROFILE=${{ matrix.dune-profile }}" >> $GITHUB_ENV
91
92
+ - name: Format check
93
+ run: opam exec -- make checkformat
94
+
95
- name: Build
96
run: opam exec -- make
97
98
- name: Test
99
run: opam exec -- make test
100
- - name: Format check
- run: make checkformat
-
101
- name: Strip binaries
102
if: matrix.os != 'windows-latest'
103
run: strip rescript-editor-analysis.exe rescript-tools.exe
0 commit comments