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

project CI refresh #12

Merged
merged 14 commits into from
Apr 10, 2024
Merged

project CI refresh #12

merged 14 commits into from
Apr 10, 2024

Conversation

cpu
Copy link
Contributor

@cpu cpu commented Apr 10, 2024

Continuing the CI standardization and refresh started in rusticata/rusticata-macros#8

cpu added 14 commits April 9, 2024 20:52
* Reformats to better support parameters.
* Adds merge_group trigger for supporting queued merges.
* Adds cron scheduled build.
The `actions-rs/clippy-check` action is archived and there isn't a clear
alternative. Since clippy is already being run in `rust.yml` the right
fix seems to be removing this extra workflow.
```
warning: the item `From` is imported redundantly
  --> src/lib.rs:93:5
   |
93 | use std::convert::From;
   |     ^^^^^^^^^^^^^^^^^^
  --> /rustc/a165f1f65015b1bd4afd2ec50700aaacf2e0c485/library/std/src/prelude/mod.rs:115:13
   |
   = note: the item `From` is already defined here
   |
   = note: `#[warn(unused_imports)]` on by default
```
* adds coverage for --all-features
* adds coverage for --no-default-features
@chifflier chifflier merged commit a9c749b into rusticata:master Apr 10, 2024
9 checks passed
@chifflier
Copy link
Member

Merged, thanks!

@cpu cpu deleted the cpu-ci-refresh branch April 10, 2024 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants