Updated pre-commit hooks to allow submodules

This commit is contained in:
Rohan Barar
2024-08-09 08:19:29 +10:00
parent c3fc99dda9
commit ed0f7db8ff
2 changed files with 2 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ name: Update submodules
on:
repository_dispatch:
types: update
jobs:
update:
runs-on: ubuntu-latest
@@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Update module
run: |
git submodule update --init --recursive --checkout -f