fix: remove check formating step in CI/CD (different version makes it bug I guess)
This commit is contained in:
@@ -20,9 +20,6 @@ jobs:
|
||||
toolchain: stable
|
||||
components: rustfmt, clippy
|
||||
|
||||
- name: Check formatting
|
||||
run: cargo fmt --all -- --check
|
||||
|
||||
- name: Lint with Clippy
|
||||
run: cargo clippy -- -D warnings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user