fix(workflow): format check should print output but not error

This commit is contained in:
Alex Zenla 2024-07-01 13:00:06 -07:00
parent fe8e1d5521
commit 3ac8b3504f
No known key found for this signature in database
GPG Key ID: 067B238899B51269

View File

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