-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Control Station and Pod Operation GitHub workflows #15
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some thoughts on combining the workflows and jobs. The workflows also didn't run on the pull request: the files will need to be moved to .github/workflows/
.
- Combine the jobs into one single job with multiple steps, similar to the control station workflow - Use only actions-rs/cargo instead of multiple actions
- Set workflow to use `stable` toolchain - Set working directory for reviewdog to be `control-station`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely done, thanks for working on this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some additional notes which would be nice to address but not critical.
Resolves #10.
npm run build
to lint, format, and test buildingcontrol-station
respectivelycargo clippy
,cargo fmt
, andcargo build
to lint, format, and test buildingpod-operation
respectively