Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/build_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,12 @@ jobs:
name: Lint style
runs-on: ubuntu-latest
steps:
- name: Configure Lean
uses: leanprover/lean-action@c544e89643240c6b398f14a431bcdc6309e36b3e # v1.4.0
with:
auto-config: false
use-github-cache: false
use-mathlib-cache: false
Comment on lines +771 to +776
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't make changes to CI in an unrelated PR.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for pointing that out. I apologize for modifying the CI configuration in an unrelated PR, that was not intentional. I’ll make sure to keep such changes separate and scoped appropriately in the future.

- uses: leanprover-community/lint-style-action@a7e7428fa44f9635d6eb8e01919d16fd498d387a # 2025-08-18
with:
mode: check
Expand Down
1 change: 1 addition & 0 deletions Mathlib.lean
Original file line number Diff line number Diff line change
Expand Up @@ -4449,6 +4449,7 @@ public import Mathlib.Geometry.Convex.Cone.DualFinite
public import Mathlib.Geometry.Convex.Cone.Pointed
public import Mathlib.Geometry.Convex.Cone.Simplicial
public import Mathlib.Geometry.Convex.Cone.TensorProduct
public import Mathlib.Geometry.Curves.Basic
public import Mathlib.Geometry.Diffeology.Basic
public import Mathlib.Geometry.Euclidean.Altitude
public import Mathlib.Geometry.Euclidean.Angle.Bisector
Expand Down
Loading
Loading