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 (#225)
This commit is contained in:
parent
fe8e1d5521
commit
deeaa20a4a
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user