Skip to content

Commit 5628d25

Browse files
committed
Overall improvements and updates
1 parent 55e1a9f commit 5628d25

File tree

9 files changed

+1813
-908
lines changed

9 files changed

+1813
-908
lines changed

.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: |
104108
epmd -daemon
@@ -118,10 +122,6 @@ jobs:
118122
flags: unittests-elixir-${{ matrix.elixir }}-otp-${{ matrix.otp }}
119123
if: ${{ matrix.coverage }}
120124

121-
- name: Run sobelow
122-
run: mix sobelow --skip --exit Low
123-
if: ${{ matrix.sobelow }}
124-
125125
- name: Restore PLT Cache
126126
uses: actions/cache@v3
127127
id: plt-cache

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ erl_crash.dump
3939
/nebulex
4040
Elixir*
4141
*.coverdata
42+
43+
# Claude Code
44+
CLAUDE.md

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
elixir 1.19.4-otp-28
2-
erlang 28.2
1+
elixir 1.19.5-otp-28
2+
erlang 28.3

0 commit comments

Comments
 (0)