Skip to content

Commit

Permalink
ci: don't use lint-fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Khady committed Oct 19, 2024
1 parent abaabbb commit 190211a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ jobs:
dune-cache: true
allow-prerelease-opam: true

- name: Lint fmt
uses: ocaml/setup-ocaml/lint-fmt@v3
# - name: Lint fmt
# uses: ocaml/setup-ocaml/lint-fmt@v3

- name: Install ocamlformat
run: grep version .ocamlformat | cut -d '=' -f 2 | xargs -I V opam install ocamlformat=V

- name: Format code
run: |
Expand Down

0 comments on commit 190211a

Please sign in to comment.