Skip to content

Commit ec58e7e

Browse files
chore: update lint-style-action to 2025-08-18 (leanprover-community#29575)
[That commit](leanprover-community/lint-style-action@a7e7428) seems to contain a fix for the bibtool check getting ignored -- cf. leanprover-community#29572 for a fix for current bibtool issues, which should have been caught by this.
1 parent 9df78dd commit ec58e7e

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/build.in.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ jobs:
632632
if: FORK_CONDITION
633633
runs-on: ubuntu-latest
634634
steps:
635-
- uses: leanprover-community/lint-style-action@d29fb3b12c1c834450680b3c544f63fe0237a2e2 # 2025-06-20
635+
- uses: leanprover-community/lint-style-action@a7e7428fa44f9635d6eb8e01919d16fd498d387a # 2025-08-18
636636
with:
637637
mode: check
638638
lint-bib-file: true

.github/workflows/bors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ jobs:
642642
if: github.repository == 'leanprover-community/mathlib4' || github.repository == 'leanprover-community/mathlib4-nightly-testing'
643643
runs-on: ubuntu-latest
644644
steps:
645-
- uses: leanprover-community/lint-style-action@d29fb3b12c1c834450680b3c544f63fe0237a2e2 # 2025-06-20
645+
- uses: leanprover-community/lint-style-action@a7e7428fa44f9635d6eb8e01919d16fd498d387a # 2025-08-18
646646
with:
647647
mode: check
648648
lint-bib-file: true

.github/workflows/bot_fix_style.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# && (startsWith(github.event.comment.body, 'bot fix style') || contains(toJSON(github.event.comment.body), '\nbot fix style'))
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: leanprover-community/lint-style-action@f2e7272aad56233a642b08fe974cf09dd664b0c8 # 2025-05-22
30+
- uses: leanprover-community/lint-style-action@a7e7428fa44f9635d6eb8e01919d16fd498d387a # 2025-08-18
3131
with:
3232
mode: fix
3333
lint-bib-file: true

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ jobs:
649649
if: github.repository == 'leanprover-community/mathlib4' || github.repository == 'leanprover-community/mathlib4-nightly-testing'
650650
runs-on: ubuntu-latest
651651
steps:
652-
- uses: leanprover-community/lint-style-action@d29fb3b12c1c834450680b3c544f63fe0237a2e2 # 2025-06-20
652+
- uses: leanprover-community/lint-style-action@a7e7428fa44f9635d6eb8e01919d16fd498d387a # 2025-08-18
653653
with:
654654
mode: check
655655
lint-bib-file: true

.github/workflows/build_fork.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ jobs:
646646
if: github.event.pull_request.head.repo.fork
647647
runs-on: ubuntu-latest
648648
steps:
649-
- uses: leanprover-community/lint-style-action@d29fb3b12c1c834450680b3c544f63fe0237a2e2 # 2025-06-20
649+
- uses: leanprover-community/lint-style-action@a7e7428fa44f9635d6eb8e01919d16fd498d387a # 2025-08-18
650650
with:
651651
mode: check
652652
lint-bib-file: true

.github/workflows/lint_and_suggest_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Lint style
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: leanprover-community/lint-style-action@f2e7272aad56233a642b08fe974cf09dd664b0c8 # 2025-05-22
12+
- uses: leanprover-community/lint-style-action@a7e7428fa44f9635d6eb8e01919d16fd498d387a # 2025-08-18
1313
with:
1414
mode: suggest
1515
lint-bib-file: true

0 commit comments

Comments
 (0)