Skip to content

Artifacts

Artifacts #3397

Workflow file for this run

---
name: Artifacts
on:
push:
branches:
- coq
schedule:
- cron: "0 0 * * *" # daily
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v3
- name: Build
env:
CI_TOKEN: ${{ secrets.CI_TOKEN }}
run: |-
make build