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

Revamp CI #12

Merged
merged 7 commits into from
Mar 16, 2023
Merged

Revamp CI #12

merged 7 commits into from
Mar 16, 2023

Conversation

CosmicHorrorDev
Copy link
Collaborator

The commits should be pretty self-explanatory, but in short this:

  • Switches away from actions-rs actions since they're no longer maintained and usually spit out deprecation notices
  • Bumps actions/checkout to the latest version
  • Runs CI against beta to preemptively find any possible regressions or deprecation warnings
  • Runs jobs on all pushes and pull requests, so that PRs get CI runs
  • Schedules a monthly CI run to catch any issues with the latest stable and beta early

Let me know if you have any questions (this CI run should fail due to the single clippy lint)

Copy link
Owner

@Aloso Aloso left a comment

Choose a reason for hiding this comment

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

Thanks for your pull request! Once my review comment is addressed, this should be good to go 👍‍

.github/workflows/test.yml Outdated Show resolved Hide resolved
@Aloso Aloso merged commit 4f8cd5f into Aloso:main Mar 16, 2023
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