diff options
| author | Andreas Grois <andi@grois.info> | 2025-01-04 18:33:05 +0100 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2025-01-04 18:33:05 +0100 |
| commit | 3514e38cf48b611abc808b7de4c13862d3a4ede0 (patch) | |
| tree | 9e4e3611259b8e8762bc92fd1a8fbd05a1012098 /.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.yml | 14 |
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 |
