Skip to content

Commit

Permalink
Update Github actions and add formatting linter (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonidas-from-XIV authored Jan 26, 2024
1 parent 35e1092 commit 06d2a82
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

- name: Lint fmt
uses: ocaml/setup-ocaml/lint-fmt@v2

- name: Install dependencies
run: |
opam install . --deps-only --with-test
Expand Down

0 comments on commit 06d2a82

Please sign in to comment.