From a3d311f20e85e7662cdbb7795a8e3e0ec21ce4e4 Mon Sep 17 00:00:00 2001 From: AntwortEinesLebens Date: Tue, 27 Aug 2024 18:39:53 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=A4=96=20Make=20cargo-outdated=20fa?= =?UTF-8?q?il=20if=20new=20versions=20available?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 36be655..8ae1c59 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -74,7 +74,7 @@ jobs: - name: Install cargo-outdated run: cargo install --locked cargo-outdated - name: Lint Rust code - run: cargo outdated -v + run: cargo outdated -v --exit-code 1 -R -w taplo: name: Lint with taplo runs-on: ubuntu-latest