Remove the fmt and clippy jobs

This commit is contained in:
Clément Renault 2020-11-03 18:43:55 +01:00
parent c059924a8f
commit a716ec61b9
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4

View File

@ -39,12 +39,12 @@ jobs:
command: bench command: bench
args: --no-run args: --no-run
- uses: actions-rs/cargo@v1 # - uses: actions-rs/cargo@v1
with: # with:
command: fmt # command: fmt
args: -- --check # args: -- --check
- uses: actions-rs/cargo@v1 # - uses: actions-rs/cargo@v1
with: # with:
command: clippy # command: clippy
args: --all-targets -- -D warnings # args: --all-targets -- -D warnings