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 13, 2023
1 parent da0d780 commit 8b697b5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,37 @@ jobs:
clean: true
target-folder: doc/dev/


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

- 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 menhir

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

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

- name: Set-up Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*

- name: Set-up OCaml 4.14.x
uses: ocaml/setup-ocaml@v2
with:
Expand Down

0 comments on commit 8b697b5

Please sign in to comment.