mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 05:10:55 +00:00
fix(workflow): format check should print output but not error (#225)
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user