Skip to content

factor some repeated code #78

factor some repeated code

factor some repeated code #78

Workflow file for this run

name: CI
on: [workflow_dispatch, push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Lean Action
uses: leanprover/lean-action@v1
with:
auto-config: "false"
use-mathlib-cache: "false"
build: "true"
# - name: Create package
# run: |
# ./create_release.sh
# - name: Upload artifact
# uses: actions/[email protected]
# with:
# name: sand
# path: release/sand-x86_64-linux.tar.zst