rust-embedded / svd2rust

Generate Rust register maps (`struct`s) from SVD files
Apache License 2.0
675 stars 147 forks source link

run ci on merging instead of push #727

Closed burrbull closed 1 year ago

burrbull commented 1 year ago

resolves #724

Emilgardis commented 1 year ago

Need to delete bors.toml also

I've corrected the settings to use the CI checks also

image
Emilgardis commented 1 year ago

oh and merge_group on rustfmt 👍🏼

burrbull commented 1 year ago

Need to delete bors.toml also

Done

Emilgardis commented 1 year ago

need to add merge_group to the rustfmt check also

I did a similar thing in #726 here and replaced check with clippy, I think you might've missed that considering the discussion in https://github.com/rust-embedded/svd/pull/225

burrbull commented 1 year ago

need to add merge_group to the rustfmt check also

Rustfmt is in same file as CI

Emilgardis commented 1 year ago

haha, confusing with multiple different setups :)