Skip to content

Commit

Permalink
ci: Disable taplo (#1540)
Browse files Browse the repository at this point in the history
Force merging to fix CI for other PRs and this one.
  • Loading branch information
NunoAlexandre authored Sep 11, 2023
1 parent 0f907f3 commit 59a039a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -31,12 +31,6 @@ jobs:
with:
toolchain: ${{ env.RUST_TOOLCHAIN }}
default: true
- name: Install taplo
uses: actions-rs/[email protected]
with:
crate: taplo-cli
version: 0.7.2
use-tool-cache: true
- uses: Swatinem/rust-cache@cb2cf0cc7c5198d3364b9630e2c3d457f160790c
- name: Run lints
run: ./ci/script.sh
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 59a039a

Please sign in to comment.