Skip to content
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

Merged
merged 2 commits into from
Jun 4, 2023
Merged

update ci #726

merged 2 commits into from
Jun 4, 2023

Conversation

Emilgardis
Copy link
Member

@Emilgardis Emilgardis commented Jun 4, 2023

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

removes specific clippy-check in favor of running clippy directly
@Emilgardis Emilgardis requested a review from a team as a code owner June 4, 2023 15:31
Copy link
Member Author

@Emilgardis Emilgardis left a 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) }}'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

preparation for merge queue

@Emilgardis Emilgardis added the no changelog no-changelog label Jun 4, 2023
@burrbull burrbull added this pull request to the merge queue Jun 4, 2023
Merged via the queue into master with commit 3bc6ecc Jun 4, 2023
@bors bors bot deleted the update-actions branch June 4, 2023 17:10
@burrbull
Copy link
Member

burrbull commented Jun 4, 2023

Do we need to add merge_group?

@burrbull
Copy link
Member

burrbull commented Jun 4, 2023

I messed up svd2rust and svd PRs.

@Emilgardis
Copy link
Member Author

this does not implement merge queue, did you enable it here @burrbull ? Going to do that separately

@Emilgardis
Copy link
Member Author

#727 implements merge_group

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changelog no-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants