remove rustfmt

This commit is contained in:
Max Bradbury 2020-04-19 07:37:36 +01:00
parent dacccdc100
commit d0614b6de2
1 changed files with 0 additions and 4 deletions

View File

@ -17,7 +17,3 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: rust-rustfmt-check
uses: mbrobbel/rustfmt-check@0.1.0
with:
token: ${{ secrets.GITHUB_TOKEN }}