Skip to content

Merge pull request #41 from Seasawher/auto-update/patch-bbjdax9 #65

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

Merge pull request #41 from Seasawher/auto-update/patch-bbjdax9 #65

Workflow file for this run

name: Test
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: lean action
uses: leanprover/lean-action@main
with:
test: false