Skip to content

Commit

Permalink
chore: rename Std to Batteries (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em authored May 13, 2024
1 parent 8b3eddb commit 5298d1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
mathlib-cache: ""

# Run "lake exe runLinter" on the specified module.
# Project must be downstream of Std.
# Project must be downstream of Batteries.
# Allowed values: name of module to lint.
# If lint-module input is not provided, linter will not run.
lint-module: ""
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: |
- get Mathlib cache (optional, must be downstream of Mathlib)
- lake build
- lake test (optional)
- lake exe runLinter (optional, must be downstream of Std)
- lake exe runLinter (optional, must be downstream of Batteries)
- check reservoir eligibility (optional)
inputs:
test:
Expand All @@ -27,7 +27,7 @@ inputs:
lint-module:
description: |
Run "lake exe runLinter" on the specified module.
Project must be downstream of Std.
Project must be downstream of Batteries.
Allowed values: name of module to lint.
If lint-module input is not provided, linter will not run.
required: false
Expand Down

0 comments on commit 5298d1b

Please sign in to comment.