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

Update CI actions #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

nicholasbishop
Copy link
Contributor

  • Use latest checkout/cache versions.
  • Stop using actions-rs: it's no longer maintained. Use direct rustup/cargo calls instead. Only loss of functionality is that warnings/lints aren't shown as inline annotations; you have to click through to the action output if it fails.
  • Add a missing cargo fmt check.

This depends on #5 to fix the clippy lints.

The actions-rs code is no longer maintained. Switch to direct calls to
rustup/cargo. The only loss of functionality is that you don't get
inline lint annotations.
Also apply `cargo fmt` changes.
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.

1 participant