Skip to content

Commit

Permalink
avoid UUOC
Browse files Browse the repository at this point in the history
Co-authored-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
tatchi and smorimoto committed Nov 23, 2021
1 parent 9af8c51 commit 326d601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,6 @@ jobs:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: true

- run: opam depext ocamlformat=$(cat .ocamlformat | grep version | cut -d '=' -f 2 | cut -d ' ' -f 1) --install
- run: opam depext --install ocamlformat=$(awk -F = '/version=/{print $2}' .ocamlformat)

- run: opam exec -- dune build @fmt

0 comments on commit 326d601

Please sign in to comment.