Skip to content

Commit

Permalink
Upgrade ocamlformat
Browse files Browse the repository at this point in the history
  • Loading branch information
clarus committed Jun 22, 2022
1 parent 92e473e commit 556d6bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
ocaml-version: ${{ matrix.ocaml-version }}

- run: opam install ocamlformat.0.18.0
- run: opam install ocamlformat.0.22.4
- run: opam exec -- make fmt-check
- run: opam pin add coq ${{ matrix.coq-version }}
- run: opam pin add coq-of-ocaml.dev . --no-action
Expand Down
2 changes: 1 addition & 1 deletion .ocamlformat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.20.1
version=0.22.4

0 comments on commit 556d6bd

Please sign in to comment.