Skip to content

Commit

Permalink
chore: bump lean-action to v1 (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinletson authored Aug 5, 2024
1 parent 021e272 commit dc167d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ jobs:

- id: lean-action
name: build, test, and lint batteries
uses: leanprover/lean-action@v1-beta
uses: leanprover/lean-action@v1
with:
build-args: '-Kwerror'
lint-module: 'Batteries'

- name: Check that all files are imported
run: lake env lean scripts/check_imports.lean
Expand Down
2 changes: 1 addition & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package batteries where
@[default_target]
lean_lib Batteries

@[default_target]
@[default_target, lint_driver]
lean_exe runLinter where
srcDir := "scripts"
supportInterpreter := true
Expand Down

0 comments on commit dc167d2

Please sign in to comment.