aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/lean_action_ci.yml
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2025-01-04 18:33:05 +0100
committerAndreas Grois <andi@grois.info>2025-01-04 18:33:05 +0100
commit3514e38cf48b611abc808b7de4c13862d3a4ede0 (patch)
tree9e4e3611259b8e8762bc92fd1a8fbd05a1012098 /.github/workflows/lean_action_ci.yml
Initial Commit (untested)
Diffstat (limited to '.github/workflows/lean_action_ci.yml')
-rw-r--r--.github/workflows/lean_action_ci.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflows/lean_action_ci.yml b/.github/workflows/lean_action_ci.yml
new file mode 100644
index 0000000..09cd4ca
--- /dev/null
+++ b/.github/workflows/lean_action_ci.yml
@@ -0,0 +1,14 @@
+name: Lean Action CI
+
+on:
+ push:
+ pull_request:
+ workflow_dispatch:
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v4
+ - uses: leanprover/lean-action@v1