chore(workflow): add missing dependencies
This commit is contained in:
@@ -15,6 +15,9 @@ jobs:
|
|||||||
otp-version: '28'
|
otp-version: '28'
|
||||||
elixir-version: '1.18'
|
elixir-version: '1.18'
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: mix deps.get
|
||||||
|
|
||||||
- name: Check format
|
- name: Check format
|
||||||
run: mix format --check-formatted
|
run: mix format --check-formatted
|
||||||
|
|
||||||
|
3
.github/workflows/code-format.yaml
vendored
3
.github/workflows/code-format.yaml
vendored
@@ -15,6 +15,9 @@ jobs:
|
|||||||
otp-version: '28'
|
otp-version: '28'
|
||||||
elixir-version: '1.18'
|
elixir-version: '1.18'
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: mix deps.get
|
||||||
|
|
||||||
- name: Check format
|
- name: Check format
|
||||||
run: mix format --check-formatted
|
run: mix format --check-formatted
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user