Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Merge pull request #91 from lean-ja/Seasawher-patch-1 #97

Merge pull request #91 from lean-ja/Seasawher-patch-1

Merge pull request #91 from lean-ja/Seasawher-patch-1 #97

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
workflow_dispatch:
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
build-args: "--quiet"