This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 467 B View raw
1name: Void Test 2on: 3 - push 4 - pull_request 5permissions: read-all 6jobs: 7 build: 8 strategy: 9 fail-fast: false 10 runs-on: ubuntu-latest 11 steps: 12 - name: Checkout tree 13 uses: actions/checkout@v4 14 15 - name: Set-up OCaml 16 uses: ocaml/setup-ocaml@v3 17 with: 18 ocaml-compiler: 5 19 20 - run: opam install . --deps-only --with-test 21 - run: opam exec -- dune build 22 - run: sudo ./_build/default/examples/hey.exe