Skip to content

chore: update workflow to use lean-action (#39) #86

chore: update workflow to use lean-action (#39)

chore: update workflow to use lean-action (#39) #86

Workflow file for this run

name: Lean build
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
concurrency:
group: lean-build
cancel-in-progress: true
jobs:
build_project:
runs-on: ubuntu-latest
name: Build project
steps:
- name: Checkout project
uses: actions/checkout@v4
- name: Build and test project
uses: leanprover/lean-action@main
with:
test: false