try to fix rustfmt action

This commit is contained in:
Max Bradbury 2020-04-18 16:57:48 +01:00
parent 074b51d5d9
commit 9a5c4df2b1
1 changed files with 2 additions and 0 deletions

View File

@ -19,3 +19,5 @@ jobs:
run: cargo test --verbose run: cargo test --verbose
- name: rust-rustfmt-check - name: rust-rustfmt-check
uses: mbrobbel/rustfmt-check@0.1.0 uses: mbrobbel/rustfmt-check@0.1.0
with:
token: ${{ secrets.GITHUB_TOKEN }}