Skip to content

Commit

Permalink
check format after building
Browse files Browse the repository at this point in the history
  • Loading branch information
butterunderflow committed Feb 8, 2024
1 parent 30896fc commit 4bf673a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@ jobs:
run: opam install menhir

- name: "Install OPAM dependencies"
run: opam install . --deps-only

run: opam install . --deps-only

- name: "Build whole project"
run: opam exec -- dune build

- name: "Check format"
run: opam exec -- dune build @fmt

- name: Run tests
run: opam exec -- dune runtest

0 comments on commit 4bf673a

Please sign in to comment.