Skip to content

Commit

Permalink
Check source code formatting in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lupus committed Feb 12, 2024
1 parent 8e9360f commit 10d8e27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- run: opam pin -n .
- run: opam depext -yt ocaml-protoc
- run: opam install -t . --deps-only
- run: opam install ocamlformat.0.24.1
- run: opam exec -- dune build @fmt
- run: opam exec -- dune build @install
- run: opam exec -- dune runtest
#- run: opam exec -- make integration

0 comments on commit 10d8e27

Please sign in to comment.