Skip to content

Commit

Permalink
GHA: Also format .mli files
Browse files Browse the repository at this point in the history
  • Loading branch information
reynir committed Oct 17, 2024
1 parent ff34d39 commit fd54f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Format code
run: |
find . -name \*\.ml -maxdepth 1 | xargs opam exec -- ocamlformat --inplace
find . -name \*\.ml -o -name \*\.mli -maxdepth 1 | xargs opam exec -- ocamlformat --inplace
- name: Check for modified files
id: git-check
Expand Down

0 comments on commit fd54f2f

Please sign in to comment.