We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac06ff commit 06a25e8Copy full SHA for 06a25e8
.github/workflows/workflow.yml
@@ -95,13 +95,12 @@ jobs:
95
opam exec -- dune build -p doi2bib
96
ls _build/default/doi2bib/bin/
97
98
- - name: Check code formatting
99
- if: ${{ success() && startsWith(runner.os, 'Linux') }}
100
- run: |
101
- opam install ocamlformat
102
- opam exec -- dune build @fmt
+ # - name: Check code formatting
+ # if: ${{ success() && startsWith(runner.os, 'Linux') }}
+ # run: |
+ # opam install ocamlformat
+ # opam exec -- dune build @fmt
103
104
- # # Test are disabled for now since they are too brittle
105
# - name: Run tests
106
# if: ${{ !startsWith(github.ref, 'refs/tags/') }}
107
# run: opam exec -- dune runtest
0 commit comments