Skip to content

Commit c4661c5

Browse files
committedSep 18, 2024
add CI
1 parent 8b3d505 commit c4661c5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
 

‎.github/workflows/ci.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches: ["master"]
6+
pull_request:
7+
branches: ["master"]
8+
workflow_dispatch:
9+
10+
jobs:
11+
build:
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- uses: actions/checkout@v4
16+
# uses lean standard action with all default input values
17+
- uses: leanprover/lean-action@v1

0 commit comments

Comments
 (0)