From 6e5da82afe9e2c025b9a2fad8d85bac6f9745017 Mon Sep 17 00:00:00 2001 From: ellioty Date: Sat, 24 Sep 2022 15:34:55 -0700 Subject: [PATCH] Test #4 --- .github/workflows/cargo-toml-lint.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/cargo-toml-lint.yml b/.github/workflows/cargo-toml-lint.yml index 600ef98..527559f 100644 --- a/.github/workflows/cargo-toml-lint.yml +++ b/.github/workflows/cargo-toml-lint.yml @@ -16,20 +16,20 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - - name: Install toolchain - - uses: actions-rs/toolchain@v1 - with: - toolchain: stable + # - name: Install toolchain + # - uses: actions-rs/toolchain@v1 + # with: + # toolchain: stable - - name: Install Cargo.toml Linter - uses: baptiste0928/cargo-install@v1 - with: - crate: cargo-toml-lint - version: 0.1 + # - name: Install Cargo.toml Linter + # uses: baptiste0928/cargo-install@v1 + # with: + # crate: cargo-toml-lint + # version: 0.1 - # - name: Run Cargo.toml Linter - # run: git ls-files | grep Cargo.toml$ | xargs --verbose -n 1 cargo-toml-lint - # # run: exit 1 + # - name: Run Cargo.toml Linter + # run: git ls-files | grep Cargo.toml$ | xargs --verbose -n 1 cargo-toml-lint + # # run: exit 1 # notify-if-failure: # needs: cargo-toml-lint