initial commit

This commit is contained in:
2026-07-21 15:24:11 +02:00
parent dcd85ae519
commit 9538d5c06b
8 changed files with 71 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
name: Lean Action CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: leanprover/lean-action@v1