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

Lean のバージョンを v4.8.0-rc2 に更新 #93

Lean のバージョンを v4.8.0-rc2 に更新

Lean のバージョンを v4.8.0-rc2 に更新 #93

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"