Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
ci(GITHUB): upgrade workflow, bypass restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Apr 25, 2022
1 parent 6639ed0 commit 7b0f225
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/self-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ignorePatterns": [
{
"pattern": "^https://docs.github.com/"
}
]
}
1 change: 1 addition & 0 deletions {{cookiecutter.project_slug}}/.github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
- name: Documentation Test -- Documentation Validation
uses: {% endraw %}{{ cookiecutter._GITHUB_ACTION_MARKDOWN_LINK_CHECK }}{% raw %}
with:
config-file: './github/config/markdown.link.check.json'
use-quiet-mode: 'no'
use-verbose-mode: 'yes'

Expand Down

0 comments on commit 7b0f225

Please sign in to comment.