chore: temporarily disable format checks (#207)

As per https://github.com/edera-dev/krata/issues/206, we are disabling
format checks until we have migrated to the new formatting rules, which
are commited in a later change.
This commit is contained in:
Khionu Sybiern 2024-06-28 10:01:03 -07:00 committed by GitHub
parent f5b4c66ec7
commit dc4b14b5d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,8 @@ jobs:
with:
components: rustfmt
- run: ./hack/ci/install-linux-deps.sh
- run: ./hack/build/cargo.sh fmt --all -- --check
# Temporarily ignored: https://github.com/edera-dev/krata/issues/206
- run: $(./hack/build/cargo.sh fmt --all -- --check) || true
shellcheck:
name: shellcheck
runs-on: ubuntu-latest