Skip to content

Commit

Permalink
CI: faster opam-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Jan 16, 2025
1 parent 830a2ad commit 1729a1b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ jobs:
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: "5.2"
- name: Set-up Binaryen
uses: Aandreba/[email protected]
with:
token: ${{ github.token }}
- name: Install faked binaryen-bin package
# It's faster to use a cached version
run: opam install --fake binaryen-bin
- uses: ocaml/setup-ocaml/lint-opam@v3

lint-fmt:
Expand Down

0 comments on commit 1729a1b

Please sign in to comment.