-
Notifications
You must be signed in to change notification settings - Fork 151
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
update ci #726
update ci #726
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.
one thing we lose with this is a gha problem matcher.
We can add one easily, but I feel like dtolnay/rust-toolchain should do that, but I know the author wants to keep it minimal
steps: | ||
- name: Done | ||
run: exit 0 | ||
run: jq --exit-status 'all(.result == "success")' <<< '${{ toJson(needs) }}' |
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.
preparation for merge queue
Do we need to add |
I messed up svd2rust and svd PRs. |
this does not implement merge queue, did you enable it here @burrbull ? Going to do that separately |
#727 implements merge_group |
part of #724
remove all uses of actions-rs which use deprecated gha functions and is not maintained
removes specific clippy-check in favor of running clippy directly