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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ jobs:
components: rustfmt components: rustfmt
- run: ./hack/ci/install-linux-deps.sh - run: ./hack/ci/install-linux-deps.sh
# Temporarily ignored: https://github.com/edera-dev/krata/issues/206 # 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: shellcheck:
name: shellcheck name: shellcheck
runs-on: ubuntu-latest runs-on: ubuntu-latest