Skip to content

Commit f52e028

Browse files
committed
Slim down housekeeping
1 parent 5747e91 commit f52e028

File tree

5 files changed

+2
-60
lines changed

5 files changed

+2
-60
lines changed

.github/workflows/housekeeping-regression.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,4 @@ jobs:
2020
with:
2121
otp-version: 27.3
2222
elixir-version: 1.18.4
23-
- run: mix deps.get
24-
- run: mix credo --mute-exit-status
25-
- run: mkdir tmp
26-
- run: head --lines=3 test/old_credo.exs
27-
- run: elixir test/old_credo.exs
28-
- run: elixir test/old_credo.exs > tmp/old_credo.txt
29-
- run: mix credo --mute-exit-status --strict --enable-disabled-checks .+ --no-color --format oneline > tmp/new_credo.txt
30-
- run: diff tmp/old_credo.txt tmp/new_credo.txt
23+
- run: ./test/run_on_old_credo.sh

.github/workflows/housekeeping.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
elixir-version: 1.19.4
2323
- run: mix deps.get
2424
- run: mix compile
25-
- run: ./test/check_formatted.sh
25+
- run: mix format --check-formatted
2626

2727
trigger:
2828
name: "tested that for each check there is at least one trigger assertion"

test/check_formatted.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

test/regression/run.sh

Lines changed: 0 additions & 38 deletions
This file was deleted.

test/regression/run_older_credo_version.exs

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)