Conversation
…s/Updatium into fix-gradle-filter-type
|
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 FilesNone |
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 ✨No code suggestions found for the PR. |
PR Type
Enhancement
Description
Remove
dart formatstep from CI/CD workflowsSimplify automated code quality pipeline
Reduce workflow execution time across three workflows
Diagram Walkthrough
File Walkthrough
ci.yml
Remove dart format step from CI workflow.github/workflows/ci.yml
dart format .step from the workflowdart fix --applyfor linting fixesnightly.yml
Remove dart format step from nightly workflow.github/workflows/nightly.yml
dart format .step from the workflowdart fix --applyfor linting fixesrelease.yml
Remove dart format step from release workflow.github/workflows/release.yml
dart format .step from the workflowdart fix --applyfor linting fixes