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

Use GitHub Actions with extensive checks in place of Travis CI #22

Merged
merged 5 commits into from
Oct 12, 2021

Conversation

mourner
Copy link
Owner

@mourner mourner commented Oct 11, 2021

Closes #14. Replaces the currently broken Travis CI setup with GitHub Actions that run a bunch of checks on every commit / PR:

  • cargo check
  • cargo test
  • cargo clippy (strict — errors on default warnings)
  • cargo fmt (errors when source doesn't match the result)

@mourner mourner merged commit b0ae068 into master Oct 12, 2021
@mourner mourner deleted the gh-actions branch October 12, 2021 08:02
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.

Switch to GitHub Actions for CI
2 participants