Merge lint.yml into the existing build workflows#145
Conversation
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned Files
|
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||
PR Type
Enhancement
Description
Consolidate lint workflow into existing build workflows
Add linting and formatting steps to CI, nightly, and release pipelines
Update checkout actions with GITHUB_TOKEN for authentication
Change CI permissions from read to write for auto-commit capability
Diagram Walkthrough
File Walkthrough
ci.yml
Integrate linting workflow into CI pipeline.github/workflows/ci.yml
lint.yml
Delete standalone lint workflow.github/workflows/lint.yml
workflows
nightly.yml
Integrate linting workflow into nightly pipeline.github/workflows/nightly.yml
auto-commit steps
release.yml
Integrate linting workflow into release pipeline.github/workflows/release.yml
auto-commit steps