Set fetch-depth to 0

This commit is contained in:
Edward Firmo
2024-02-12 12:49:06 +01:00
parent cd6eb12e6e
commit 1c8c90d6de
6 changed files with 51 additions and 1 deletions

View File

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