mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Add missing install step to CI workflow
This commit is contained in:
parent
8ddafdf996
commit
3df7750b54
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
@ -28,6 +28,9 @@ jobs:
|
||||||
- name: Install Just
|
- name: Install Just
|
||||||
uses: extractions/setup-just@v1
|
uses: extractions/setup-just@v1
|
||||||
|
|
||||||
|
- name: Install Tooling
|
||||||
|
uses: ok-nick/setup-aftman@v0.4.2
|
||||||
|
|
||||||
- name: Check Formatting
|
- name: Check Formatting
|
||||||
run: just fmt-check
|
run: just fmt-check
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue