Skip to content

Commit fe2474f

Browse files
committed
chore(ci): add unused deps and compilation checks
1 parent 5621d83 commit fe2474f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,11 @@ jobs:
4444

4545
- run: mix format --check-formatted
4646
if: ${{ matrix.lint }}
47+
48+
- run: mix deps.unlock --check-unused
49+
if: ${{ matrix.lint }}
50+
51+
- run: mix deps.compile
52+
53+
- run: mix compile --warnings-as-errors
54+
if: ${{ matrix.lint }}

0 commit comments

Comments
 (0)