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 linter github action #120

Merged
merged 2 commits into from
Jan 25, 2022
Merged

Add linter github action #120

merged 2 commits into from
Jan 25, 2022

Conversation

zebp
Copy link
Collaborator

@zebp zebp commented Jan 25, 2022

Enforces valid formatting and lints in an effort to close #58. Requires #119 to be merged before this PR.

This also temporarily pins wasm-bindgen to 0.2.78 because of rustwasm/wasm-bindgen#2774.

Currently wasm-bindgen has an unresolved bug that generates code that
emits a clippy warning. So we'll just pin it until
rustwasm/wasm-bindgen#2774 is fixed
@zebp zebp requested a review from nilslice January 25, 2022 19:00
@zebp zebp merged commit 78a72a4 into main Jan 25, 2022
@zebp zebp deleted the chore/linter-action branch January 25, 2022 19:49
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.

add GitHub Actions to make it easier for contributors and maintainers
2 participants