Skip to content

trigger ci on push and PR #17

trigger ci on push and PR

trigger ci on push and PR #17

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.tar.zst