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

This commit is contained in:
Alex Zenla
2024-07-01 13:11:25 -07:00
committed by GitHub
parent fe8e1d5521
commit deeaa20a4a

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