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

Add GitHub Actions CI #33

Merged
merged 4 commits into from
Jun 28, 2021
Merged

Conversation

complexspaces
Copy link
Collaborator

This PR adds CI in the form of GitHub actions. I've added two checks:

  • Clippy, to ensure code quality and that everything compiles
  • Rustfmt, to ensure all files are formatted consistently.

It is best to review this per commit since the commit formatting the codebase changed a lot of files and lines.

Copy link
Owner

@hwchen hwchen 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 this!

.github/workflows/ci.yaml Outdated Show resolved Hide resolved
@complexspaces
Copy link
Collaborator Author

I've opened #34 to track enabling the missing_docs lint since documenting the crate is out of scope for this PR.

@complexspaces complexspaces merged commit f1784db into hwchen:master Jun 28, 2021
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.

3 participants