Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR creates a new subdirectory ("rook") for placing Rust code and updates CI/CD configurations to support it.
- Introduces a .gitignore file in the rook directory to ignore build and IDE files.
- Modifies the shuttle deployment workflow to include the new rook branch and sets its working directory.
- Updates the Rust workflow to adjust caching, formatting, linting, building, and testing steps for the rook directory.
Reviewed Changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| rook/.gitignore | Added ignore rules for build artifacts, IDE configs, and secret toml files |
| .github/workflows/shuttle_deploy.yml | Updated branch triggers and deployment steps to support the new rook directory |
| .github/workflows/rust.yml | Adjusted workflow steps (cache, cargo fmt, clippy, build, test) to use the rook directory |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Owner
Author
|
main <- rook 방향일 때 build가 두번 실행된다. main <- rook 방향일 때 build가 한번만 실행되도록 수정하자. |
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.
♟️ What’s this PR about?
레포 하나에 작업할 수 있는 환경을 구성하였습니다.
🔗 Related Issues / PRs
part of #62