mirror of
https://github.com/Myzel394/jsonfly.nvim.git
synced 2025-06-17 19:55:26 +02:00
fix(ci-cd): Recursively checkout submodules
This commit is contained in:
parent
9d581c5017
commit
e0323d2e13
2
.github/workflows/run-tests.yaml
vendored
2
.github/workflows/run-tests.yaml
vendored
@ -8,6 +8,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: "recursive"
|
||||
|
||||
- name: Install Lua
|
||||
uses: leafo/gh-actions-lua@v10
|
||||
|
Loading…
x
Reference in New Issue
Block a user