Skip to content

Commit 4648ba9

Browse files
committed
Update action step
1 parent c716b4e commit 4648ba9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/housekeeping.yml

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
- run: mix deps.get
8181
- run: mix credo --mute-exit-status
8282
- run: mkdir tmp
83+
- run: elixir test/old_credo.exs
8384
- run: elixir test/old_credo.exs > tmp/old_credo.txt
8485
- run: mix credo --mute-exit-status --strict --enable-disabled-checks .+ --no-color --format oneline > tmp/new_credo.txt
8586
- run: diff tmp/old_credo.txt tmp/new_credo.txt

0 commit comments

Comments
 (0)