Skip to content

Commit

Permalink
chore: fetch deps for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
hauleth committed Jan 4, 2024
1 parent 4c4a19f commit 7e214fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
path: deps
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
restore-keys: ${{ runner.os }}-mix-
- name: Fetch dependencies
run: mix do deps.get
- name: Check formatting
run: mix format --check-formatted

Expand Down

0 comments on commit 7e214fb

Please sign in to comment.