We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f90ea53 commit 18b387fCopy full SHA for 18b387f
1 file changed
.github/workflows/lean.yml
@@ -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