Add cargo fmt to ci using nightly

This commit is contained in:
Devin Ragotzy
2021-05-12 13:20:52 -04:00
parent 2ef0c2959c
commit 5f09d091cb
22 changed files with 139 additions and 105 deletions

View File

@@ -20,7 +20,7 @@ jobs:
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: nightly
components: rustfmt
profile: minimal
override: true