Skip to content

add ci

add ci #1232

name: Lean Action CI
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: leanprover/lean-action@v1
with:
build-args: "--wfail"
- name: Run UniversalCounter example
run: |

Check failure on line 19 in .github/workflows/lean_action_ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lean_action_ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
lake exe counter