Skip to content

Commit 28ed059

Browse files
committed
Update usage-rules and deps
1 parent 80078f3 commit 28ed059

8 files changed

Lines changed: 1237 additions & 997 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ jobs:
9999
mix credo --strict
100100
if: ${{ matrix.lint }}
101101

102+
- name: Run sobelow
103+
run: mix sobelow --skip --exit Low
104+
if: ${{ matrix.sobelow }}
105+
102106
- name: Run tests
103107
run: mix test --trace
104108
if: ${{ !matrix.coverage }}
@@ -114,10 +118,6 @@ jobs:
114118
flags: unittests-elixir-${{ matrix.elixir }}-otp-${{ matrix.otp }}
115119
if: ${{ matrix.coverage }}
116120

117-
- name: Run sobelow
118-
run: mix sobelow --skip --exit Low
119-
if: ${{ matrix.sobelow }}
120-
121121
- name: Restore PLT Cache
122122
uses: actions/cache@v3
123123
id: plt-cache

0 commit comments

Comments
 (0)