Remove rustfmt from CI
Some checks failed
Continuous integration / Clippy (push) Failing after 1m47s
Continuous integration / build (push) Has been cancelled

This commit is contained in:
Gvidas Juknevičius 2024-10-11 02:20:32 +03:00
parent 193029d4e1
commit 0435d33e58
Signed by: MCorange
GPG Key ID: 12B1346D720B7FBB

View File

@ -19,14 +19,14 @@ jobs:
# - uses: actions-rust-lang/setup-rust-toolchain@v1
# - run: cargo test
fmt:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: rustup component add rustfmt
- run: cargo fmt --all -- --check
#fmt:
# name: Rustfmt
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: actions-rust-lang/setup-rust-toolchain@v1
# - run: rustup component add rustfmt
# - run: cargo fmt --all -- --check
clippy:
name: Clippy