From eed641b004908e2e8d9681def817b4686c0e6c25 Mon Sep 17 00:00:00 2001 From: "Federico M. Facca" Date: Tue, 17 Dec 2024 20:58:15 +0100 Subject: [PATCH] Update markdown.yaml --- .github/workflows/markdown.yaml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/markdown.yaml b/.github/workflows/markdown.yaml index f7f07e5..b4671b8 100644 --- a/.github/workflows/markdown.yaml +++ b/.github/workflows/markdown.yaml @@ -118,22 +118,22 @@ jobs: else # Write content to the file cat < "$FILE" - dirs: - - . - excludedDirs: - - vendor - useGitIgnore: true - aliveStatusCodes: - - 200 - - 201 - - 204 - - 206 - - 429 - ignorePatterns: - - pattern: '^http(s?)://localhost' - - pattern: '^https://github.com/orgs/zaphiro-technologies/' - - pattern: '^https://github.com/zaphiro-technologies/' - EOF + dirs: + - . + excludedDirs: + - vendor + useGitIgnore: true + aliveStatusCodes: + - 200 + - 201 + - 204 + - 206 + - 429 + ignorePatterns: + - pattern: '^http(s?)://localhost' + - pattern: '^https://github.com/orgs/zaphiro-technologies/' + - pattern: '^https://github.com/zaphiro-technologies/' + EOF fi - name: Check links uses: umbrelladocs/action-linkspector@v1