This commit is contained in:
Edward Firmo
2024-02-12 12:52:15 +01:00
parent 156dbf8345
commit a52a7cee55
6 changed files with 25 additions and 25 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4.1.0
with:
fetch-depth: '0' # Fetch all history for all tags and branches
fetch-depth: '0'
# https://github.com/marketplace/actions/markdownlint-cli2-action
- name: Identify changed files
@@ -45,7 +45,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4.1.0
with:
fetch-depth: '0' # Fetch all history for all tags and branches
fetch-depth: '0'
# https://github.com/gaurav-nelson/github-action-markdown-link-check
- name: Markdown links