mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Use just in the action
This commit is contained in:
parent
a4dc5c0b73
commit
67fbca07e4
3
.github/workflows/update-lockfiles.yml
vendored
3
.github/workflows/update-lockfiles.yml
vendored
|
@ -18,4 +18,5 @@ jobs:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Update lock files
|
- name: Update lock files
|
||||||
run: bash .github/scripts/update-lockfiles.sh
|
uses: extractions/setup-just@v1
|
||||||
|
run: just update-lockfiles
|
Loading…
Reference in a new issue