We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c716b4e commit 4648ba9Copy full SHA for 4648ba9
.github/workflows/housekeeping.yml
@@ -80,6 +80,7 @@ jobs:
80
- run: mix deps.get
81
- run: mix credo --mute-exit-status
82
- run: mkdir tmp
83
+ - run: elixir test/old_credo.exs
84
- run: elixir test/old_credo.exs > tmp/old_credo.txt
85
- run: mix credo --mute-exit-status --strict --enable-disabled-checks .+ --no-color --format oneline > tmp/new_credo.txt
86
- run: diff tmp/old_credo.txt tmp/new_credo.txt
0 commit comments