diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e6f92c5..8bae858 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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