mirror of
https://github.com/tomasriveral/ZeroToLean.git
synced 2026-08-12 02:38:38 +02:00
initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user