mirror of
https://github.com/instant-labs/instant-smtp.git
synced 2025-02-17 07:22:01 +00:00
Revert rustfmt to defaults in CI
This commit is contained in:
parent
3b87d8273e
commit
a0b48044ab
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: fmt
|
||||
args: --all -- --check --config imports_granularity=Crate,group_imports=StdExternalCrate
|
||||
args: --all -- --check
|
||||
|
||||
- name: Check for common mistakes and missed improvements
|
||||
uses: actions-rs/clippy-check@v1
|
||||
|
Loading…
Reference in New Issue
Block a user