2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-05 05:03:23 +00:00

ci: checkout with submodules

This commit is contained in:
sammyette 2025-04-02 11:12:09 -04:00
parent 04206b6a14
commit 487b5fa4f8
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- uses: actions/setup-go@v5
- name: Download Task
run: 'sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d'