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

Polish CI #103

Merged
merged 8 commits into from
Oct 12, 2023
Merged

Polish CI #103

merged 8 commits into from
Oct 12, 2023

Conversation

LingMan
Copy link
Contributor

@LingMan LingMan commented Mar 15, 2023

See the individual commits.

Will need to be rebased on top of #101 and #102 once those landed to get CI green.

These tags are setup such that `v3` always points to the latest version of 3.x.

Fixes the pointless PR spam by Dependabot.
Fixes Dependabot's PR spam of updates for `actions/cache` by only specifying the major version to use.
The entire `actions-rs` organization is unmaintained and the actions are starting to show their
age. Fixes a few warnings about Node.js 12 and the `set-output` command being deprecated and
scheduled for removal.

While at it, use `--all-targets` instead of specifying each example to test individually.
The entire `actions-rs` organization is unmaintained and the actions are starting to show their
age. Fixes the remaining warnings about Node.js 12 and the `set-output` command being deprecated
and scheduled for removal.

While at it, check the formatting with Rust stable instead of Rust nightly.
Ensures everything still compiles even with all features disabled.
Currently CI is only run on changes to specific files. While the list is currently complete, it is
prone to get outdated. Turn this whitelist into a blacklist that only excluded `README.md` from CI.
@LingMan LingMan mentioned this pull request Mar 18, 2023
@jam1garner jam1garner merged commit 457f546 into jam1garner:master Oct 12, 2023
1 of 10 checks passed
@LingMan LingMan deleted the ci branch October 12, 2023 20:20
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.

None yet

2 participants