Skip to content

Commit

Permalink
chore: bump Lean to v4.17.0
Browse files Browse the repository at this point in the history
Extra:
* Set the `LSpec` lib as the default target
* Add a CI config to run `lean-action`
  • Loading branch information
arthurpaulino committed Mar 3, 2025
1 parent fc8f902 commit 2425e0f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "CI"
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: leanprover/lean-action@v1
with:
build-args: "--wfail"
2 changes: 1 addition & 1 deletion lakefile.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "LSpec"
version = "2.0.0"
defaultTargets = ["lspec"]
defaultTargets = ["LSpec"]

[[lean_lib]]
name = "LSpec"
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.16.0
leanprover/lean4:v4.17.0

0 comments on commit 2425e0f

Please sign in to comment.