From a42c0a6f8b80035fc22d2b31f4f3e18d00c67360 Mon Sep 17 00:00:00 2001 From: Laurent Broudoux Date: Wed, 19 Jun 2024 11:08:02 +0200 Subject: [PATCH] chore: #75 Trying submodules Signed-off-by: Laurent Broudoux --- .github/workflows/broken-links-check.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/broken-links-check.yml b/.github/workflows/broken-links-check.yml index 70816a9d..787fc37f 100644 --- a/.github/workflows/broken-links-check.yml +++ b/.github/workflows/broken-links-check.yml @@ -7,6 +7,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + submodules: true - name: Check uses: ruzickap/action-my-broken-link-checker@v2