From c89df2652333c8c72775fa9870ed007dd862f100 Mon Sep 17 00:00:00 2001 From: nuno Date: Mon, 11 Sep 2023 08:27:00 +0200 Subject: [PATCH] ci: Disable taplo --- .github/workflows/lints.yml | 8 +------- Cargo.lock | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/lints.yml b/.github/workflows/lints.yml index fd1fa29fc3..abc9c8fc43 100644 --- a/.github/workflows/lints.yml +++ b/.github/workflows/lints.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - target: [fmt, taplo, clippy] + target: [fmt, clippy] runs-on: ${{ matrix.os }} env: RUST_TOOLCHAIN: "nightly-2022-11-14" @@ -31,12 +31,6 @@ jobs: with: toolchain: ${{ env.RUST_TOOLCHAIN }} default: true - - name: Install taplo - uses: actions-rs/install@v0.1 - with: - crate: taplo-cli - version: 0.7.2 - use-tool-cache: true - uses: Swatinem/rust-cache@cb2cf0cc7c5198d3364b9630e2c3d457f160790c - name: Run lints run: ./ci/script.sh diff --git a/Cargo.lock b/Cargo.lock index e80d47c3dc..bb1017d780 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -190,7 +190,7 @@ dependencies = [ [[package]] name = "altair-runtime" -version = "0.10.31" +version = "0.10.32" dependencies = [ "axelar-gateway-precompile", "cfg-primitives",