Skip to content

Push workflow

Push workflow #1

Workflow file for this run

name: push
run-name: Push workflow
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt install opam
- run: make build-deps
- run: make