Skip to content

sillyLoopの証明をいい感じに書いた #28

sillyLoopの証明をいい感じに書いた

sillyLoopの証明をいい感じに書いた #28

Workflow file for this run

name: build test
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
ubuntu_build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: lean action
uses: leanprover/lean-action@v1
with:
build-args: "--log-level=error"