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

CI improvements #23

Merged
merged 7 commits into from
Feb 6, 2024
Merged

CI improvements #23

merged 7 commits into from
Feb 6, 2024

Conversation

svix-jplatte
Copy link
Member

@svix-jplatte svix-jplatte commented Feb 6, 2024

Lots of small improvements. Maybe most importantly, this gets rid of deprecation warnings about Node 16 actions, which the deprecated / archived actions-rs actions were triggering:

Screenshot 2024-02-06 at 09-50-27 server Some redis queue refactorings · svix_svix-webhooks@8012e6c

Cargo.lock is removed from paths because it is not part of the
repository anyways.
Given that there is only one package in it so that this is effectively
a no-op, but it simplifies the CI setup with no practical downsides.
For clippy and test, --all is deprecated in favor of --workspace, but is
also a no-op for workspaces unless some workspace members are not
default members.

For fmt, it already operates on the whole workspace by default; --all
just additionally includes non-workspace path dependencies (super rare
and should likely never be committed anyways).
@svix-jplatte svix-jplatte requested a review from a team February 6, 2024 09:12
@svix-gabriel svix-gabriel merged commit e93eb01 into main Feb 6, 2024
2 checks passed
@svix-jplatte svix-jplatte deleted the jplatte/ci branch February 6, 2024 16:58
svix-gabriel added a commit to svix/svix-webhooks that referenced this pull request Feb 7, 2024
Subset of the changes I did for omniqueue's CI yesterday:
svix/omniqueue-rs#23

CI failures are unrelated and will be fixed through #1194.
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