-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
helps #19 summary * use `dtolnay/rust-toolchain` instead * use nightly for both fmt and clippy, for the latest features * `clippy -- --deny warnings` (let me know if this isn’t what you want) * use matrix for testing (easier to add more targets) I combined fmt and clippy into one job so that we don’t have to repeat the checkout-install ceremony. Also coz by definition linting does address stylistic errors. :)) But if you don’t like it, I could split them, no problem. Curious, is there a reason why we’re using `ubuntu-20.04` instead of `ubuntu-latest`?
- Loading branch information
Showing
1 changed file
with
37 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters