-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add fetch-depth:0 to link-check-diff workflow Might solve merge-base issue * Upgrade repo-link-check package * Upgrade link check action
- Loading branch information
1 parent
29b334f
commit dcb2492
Showing
3 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,8 @@ jobs: | |
github.event.deployment_status.state == 'success' | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 | ||
- id: build_check | ||
uses: LouisBrunner/[email protected] | ||
with: | ||
|
@@ -21,7 +23,7 @@ jobs: | |
status: queued | ||
- name: Run Link Check | ||
id: check | ||
uses: iterative/link-check.action@v0.8 | ||
uses: iterative/link-check.action@v0.9 | ||
with: | ||
diff: true | ||
configFile: config/link-check/config.yml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters