Skip to content

Setup Github Action

Setup Github Action #4

Workflow file for this run

name: push

Check failure on line 1 in .github/workflows/push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/push.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: strategy
run-name: Push workflow
on: [push]
jobs:
strategy:
matrix:
ocaml_compiler: [5.0.0, 5.1.1]
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt install opam scdoc
- run: opam init -n --bare
- run: make build-deps OCAML_COMPILER="${{ matrix.ocaml_compiler }}"
- run: source $(opam env)
- run: make