chore: optimize and cleanup CI workflows - #257
Merged
elizabetheonoja-art merged 1 commit intoAug 22, 2026
Merged
Conversation
elizabetheonoja-art
merged commit Aug 22, 2026
7a14246
into
Utility-Protocol:main
3 of 8 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request: Optimize and Cleanup CI Workflows
Description
This PR reviews and cleans up the GitHub Actions workflows to reduce execution time, prevent deprecation warnings, and consolidate redundant configurations.
Resolves #252
Changes Made
actions/github-scripttov7inauto-assign.ymlandauto-merge-pr.ymlto use Node 20 and prevent future deprecation warnings.pre-commitandlint-check-typejobs into a singlelintjob inbackend-ci.yml. This prevents spinning up two separate environments and installing the Rust toolchain twice.Swatinem/rust-cache@v2for more robust dependency and registry caching across thebackend-ci.ymljobs.dependency-security.yml, replacedcargo install cargo-auditandcargo install cargo-deny(which took minutes to compile from source) withtaiki-e/install-action@v2. This fetches pre-compiled binaries in seconds.Acceptance Criteria Met
Testing Instructions
backend-cianddependency-securityis significantly faster than themainbranch.