Skip to content

Commit

Permalink
ci: ocamlformat config file allows for spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Khady authored Oct 19, 2024
1 parent ed9acb8 commit a72eacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
allow-prerelease-opam: true

- name: Install ocamlformat
run: grep '^version=' .ocamlformat | cut -d '=' -f 2 | xargs -I V opam install ocamlformat=V
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 a72eacc

Please sign in to comment.