Skip to content

Commit 18b387f

Browse files
committed
ci: add lean-action@v1
1 parent f90ea53 commit 18b387f

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/lean.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Lean
2+
3+
on:
4+
push:
5+
branches: ["main"]
6+
workflow_dispatch:
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
- uses: leanprover/lean-action@v1

0 commit comments

Comments
 (0)