Skip to content

Merge pull request #23 from lean-ja/feature/problem41and46 #140

Merge pull request #23 from lean-ja/feature/problem41and46

Merge pull request #23 from lean-ja/feature/problem41and46 #140

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@v1-beta
with:
test: false