Skip to content

Merge pull request #6 from Seasawher/auto-update/patch-d1jt3zn #26

Merge pull request #6 from Seasawher/auto-update/patch-d1jt3zn

Merge pull request #6 from Seasawher/auto-update/patch-d1jt3zn #26

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"