You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: standardize SwiftLint workflow with proper container and caching
Replaced minimal SwiftLint workflow with proper implementation that:
- Uses Swift 6.2 container for consistency
- Builds SwiftLint from source (not relying on preinstalled version)
- Implements caching for faster runs (~30s vs 11m)
- Runs on both push and PR (not just PR)
- Uses --strict flag (fails on warnings)
- Removes continue-on-error (failures should block merges)
- Adds concurrency group to cancel outdated runs
Matches swift-html-to-pdf configuration.
0 commit comments