Skip to content

Commit 25294bc

Browse files
DougReederExairnous
authored andcommitted
CI lint-and-test: runs 'mix deps.get' before 'mix format --check-formatted'
Why: Ensures dependencies are up-to-date, which the caching cannot.
1 parent f9ae099 commit 25294bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lint-and-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,5 @@ jobs:
193193
_build
194194
key: mix-${{ hashFiles('mix.lock') }}
195195

196+
- run: mix deps.get
196197
- run: mix format --check-formatted '{lib,priv,test,config}/**/*.{ex,exs}'

0 commit comments

Comments
 (0)