Skip to content

Commit 897fc7a

Browse files
authored
chore: fix typo (#158)
1 parent 844b330 commit 897fc7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323

2424
### Added
2525

26-
- Add a step to check all files in the default target's directory are imported in the main file by running `lake exe mk_all --check`. -
26+
- Add a step to check all files in the default target's directory are imported in the main file by running `lake exe mk_all --check`. -
2727
- Add `mk_all-check` input to enable the mk_all step and `mk_all-status` to use the result.
2828

2929
## v1.2.0 - 2025-05-16
@@ -148,6 +148,6 @@ This input will enable users to use `lean-action` when Lake packages are contain
148148

149149
- build packages with `lake build`
150150
- run tests with `lake test`
151-
- automatically detect `mathlib` dependency and run `lake exe get cache`
151+
- automatically detect `mathlib` dependency and run `lake exe cache get`
152152
- detect [Reservoir eligibility](https://reservoir.lean-lang.org/inclusion-criteria)
153153
- check for environment hacking with lean4checker

0 commit comments

Comments
 (0)