Skip to content

Commit

Permalink
Update action step
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Jun 12, 2024
1 parent c716b4e commit 4648ba9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/housekeeping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4648ba9

Please sign in to comment.