This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(GITHUB): upgrade workflow, bypass restriction
- Loading branch information
1 parent
6639ed0
commit 7b0f225
Showing
4 changed files
with
11 additions
and
2 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 |
---|---|---|
|
@@ -47,8 +47,9 @@ jobs: | |
WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} | ||
|
||
- name: Documentation Test -- Check Markdown Links For Readme | ||
uses: gaurav-nelson/[email protected].12 | ||
uses: gaurav-nelson/[email protected].13 | ||
with: | ||
config-file: 'template/{{cookiecutter.project_slug}}/.github/config/markdown.link.check.json' | ||
use-quiet-mode: 'no' | ||
use-verbose-mode: 'yes' | ||
folder-path: 'template, template/.github/workflows' | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"author": "Niall Byrne", | ||
"company": "Shared Vision Solutions", | ||
"email": "[email protected]", | ||
"_GITHUB_ACTION_MARKDOWN_LINK_CHECK": "gaurav-nelson/[email protected].12", | ||
"_GITHUB_ACTION_MARKDOWN_LINK_CHECK": "gaurav-nelson/[email protected].13", | ||
"_GITHUB_GENERATE_CHANGELOG_ACTION": "scottbrenner/[email protected]", | ||
"_GITHUB_GITLEAKS_ACTION": "zricethezav/[email protected]", | ||
"_GITHUB_PUSH_ACTION": "ad-m/[email protected]" | ||
|
7 changes: 7 additions & 0 deletions
7
{{cookiecutter.project_slug}}/.github/config/markdown.link.check.json
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"ignorePatterns": [ | ||
{ | ||
"pattern": "^https://docs.github.com/" | ||
} | ||
] | ||
} |
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