mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 21:00:55 +00:00
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:
parent
f5b4c66ec7
commit
dc4b14b5d1
3
.github/workflows/check.yml
vendored
3
.github/workflows/check.yml
vendored
@ -21,7 +21,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
components: rustfmt
|
components: rustfmt
|
||||||
- run: ./hack/ci/install-linux-deps.sh
|
- 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:
|
shellcheck:
|
||||||
name: shellcheck
|
name: shellcheck
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user