mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 21:00:55 +00:00
fix(workflow): format check should print output but not error
This commit is contained in:
parent
fe8e1d5521
commit
3ac8b3504f
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user