From 0a447ee93349a02b6430555b0d4173dc219ca90f Mon Sep 17 00:00:00 2001 From: lemunozm Date: Fri, 1 Dec 2023 10:46:21 +0100 Subject: [PATCH] fmt --- .github/workflows/sanity-checks.yml | 4 ++-- ci/run-check.sh | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sanity-checks.yml b/.github/workflows/sanity-checks.yml index 38d9fb14a2..bccfd8ab40 100644 --- a/.github/workflows/sanity-checks.yml +++ b/.github/workflows/sanity-checks.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: target: [test-general, test-integration, - lint-fmt, lint-clippy, cargo-build, docs-build ,lint-taplo] + lint-fmt, lint-clippy, cargo-build, docs-build, lint-taplo] steps: - name: Check out code uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab #3.5.2 @@ -55,4 +55,4 @@ jobs: env: TARGET: benchmark-check RUNTIME: ${{ matrix.runtime }} - RUSTC_WRAPPER: "sccache" \ No newline at end of file + RUSTC_WRAPPER: "sccache" diff --git a/ci/run-check.sh b/ci/run-check.sh index 81718267e8..6e37d6a1df 100755 --- a/ci/run-check.sh +++ b/ci/run-check.sh @@ -21,7 +21,6 @@ case $TARGET in cargo test --release --package runtime-integration-tests --features fast-runtime ;; - lint-fmt) cargo fmt -- --check ;;