Skip to content

Commit

Permalink
CI: new CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Dec 12, 2023
1 parent da0d780 commit 511da81
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,24 @@ jobs:
clean: true
target-folder: doc/dev/


js-parser:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set-up OCaml 4.14.x
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 4.14.x
allow-prerelease-opam: true
dune-cache: true

- run: opam install sedlex menhirLib

- run: opam exec -- dune build @runtest-parser --profile release

lint-fmt:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 511da81

Please sign in to comment.