Skip to content

Commit 06a25e8

Browse files
committed
Stop checking code formatting
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
1 parent 7ac06ff commit 06a25e8

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/workflow.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,12 @@ jobs:
9595
opam exec -- dune build -p doi2bib
9696
ls _build/default/doi2bib/bin/
9797
98-
- name: Check code formatting
99-
if: ${{ success() && startsWith(runner.os, 'Linux') }}
100-
run: |
101-
opam install ocamlformat
102-
opam exec -- dune build @fmt
98+
# - name: Check code formatting
99+
# if: ${{ success() && startsWith(runner.os, 'Linux') }}
100+
# run: |
101+
# opam install ocamlformat
102+
# opam exec -- dune build @fmt
103103

104-
# # Test are disabled for now since they are too brittle
105104
# - name: Run tests
106105
# if: ${{ !startsWith(github.ref, 'refs/tags/') }}
107106
# run: opam exec -- dune runtest

0 commit comments

Comments
 (0)