Skip to content

Use LFS for svg and qasm files #90

Use LFS for svg and qasm files

Use LFS for svg and qasm files #90

Workflow file for this run

name: ci
on:
- push
permissions: read-all
jobs:
build:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: Checkout tree
uses: actions/checkout@v4
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 5
- run: opam install . --deps-only --with-test
- run: opam exec -- dune build
- run: opam exec -- bash ${{ github.workspace }}/run-tests