-
Notifications
You must be signed in to change notification settings - Fork 11
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 workflow to check PRs (build/test/check_fmt) #18
Conversation
bc5ca8f
to
42375dd
Compare
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.
98edd38
to
6567661
Compare
6567661
to
2516182
Compare
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.
This seems fine enough for now.
One thing, that doesn't really sit right with me is the on push trigger though, since that'll cause duplicate builds when an update is made to the specification.
Add a simple workflow to cross check if PRs and commits to main work.
Based on this: https://github.com/C0D3-M4513R/DexProtectOscRS/blob/main/.github/workflows/rust.yml
Depends on #20