chore(workflow): add missing dependencies
All checks were successful
Code Format / format (push) Successful in 29s
Run tests / test (push) Successful in 29s

This commit is contained in:
2025-09-11 20:58:44 +02:00
parent e4ff82909c
commit c476df9aa9
2 changed files with 6 additions and 0 deletions

View File

@@ -15,6 +15,9 @@ jobs:
otp-version: '28'
elixir-version: '1.18'
- name: Install dependencies
run: mix deps.get
- name: Check format
run: mix format --check-formatted

View File

@@ -15,6 +15,9 @@ jobs:
otp-version: '28'
elixir-version: '1.18'
- name: Install dependencies
run: mix deps.get
- name: Check format
run: mix format --check-formatted