Skip to content

Merge pull request #9 from Seasawher/auto-update/patch-b0g18nh #41

Merge pull request #9 from Seasawher/auto-update/patch-b0g18nh

Merge pull request #9 from Seasawher/auto-update/patch-b0g18nh #41

Workflow file for this run

name: CI
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: lean action
uses: leanprover/lean-action@v1
with:
build-args: "--quiet"