CI: pin lint tools and format baseline#292
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1466284b99
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
Yep — fixed.
|
|
@codex review |
|
Codex Review: Didn't find any major issues. You're on a roll. ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
This fixes the current CI failure where
swiftformat Sources Tests --lintfails due to unpinned Homebrew tool drift.What changed
0.59.1, SwiftLint0.63.2) viaScripts/install_lint_tools.sh.Scripts/lint.shforlint/format.pnpm checkthrough the pinned lint script.Sources/andTests/.Review notes
Commands run
./Scripts/lint.sh format./Scripts/lint.sh lintswift test --parallelpnpm check./Scripts/compile_and_run.sh --test