Skip to content

Merge pull request #11 from Seasawher/patch #24

Merge pull request #11 from Seasawher/patch

Merge pull request #11 from Seasawher/patch #24

Workflow file for this run

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