From 4648ba9ba18883fd09dd82c5e98cbe0ef8fd3928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20F=C3=B6hring?= Date: Wed, 12 Jun 2024 22:26:06 +0200 Subject: [PATCH] Update action step --- .github/workflows/housekeeping.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/housekeeping.yml b/.github/workflows/housekeeping.yml index 5c195f341..ba2abff92 100644 --- a/.github/workflows/housekeeping.yml +++ b/.github/workflows/housekeeping.yml @@ -80,6 +80,7 @@ jobs: - run: mix deps.get - run: mix credo --mute-exit-status - run: mkdir tmp + - run: elixir test/old_credo.exs - run: elixir test/old_credo.exs > tmp/old_credo.txt - run: mix credo --mute-exit-status --strict --enable-disabled-checks .+ --no-color --format oneline > tmp/new_credo.txt - run: diff tmp/old_credo.txt tmp/new_credo.txt