This repository has been archived by the owner on Oct 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
75 changed files
with
286 additions
and
887 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- name: Load custom config files if specified | ||
if: ${{ !inputs.use-custom-yamllint-config-file }} | ||
run: wget https://raw.githubusercontent.com/QubitPi/hashicorp-aws/master/.github/yml-md-style-and-link-checks/.yamllint | ||
run: wget https://raw.githubusercontent.com/QubitPi/hashistack/master/.github/yml-md-style-and-link-checks/.yamllint | ||
- uses: actionshub/yamllint@main | ||
|
||
markdown-lint: | ||
|
@@ -60,10 +60,10 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- name: Load custom config files if specified | ||
if: ${{ !inputs.use-custom-mdlrc-config-file }} | ||
run: wget https://raw.githubusercontent.com/QubitPi/hashicorp-aws/master/.github/yml-md-style-and-link-checks/.mdlrc | ||
run: wget https://raw.githubusercontent.com/QubitPi/hashistack/master/.github/yml-md-style-and-link-checks/.mdlrc | ||
- name: Load custom config files if specified | ||
if: ${{ !inputs.use-custom-markdownlint-config-file }} | ||
run: wget https://raw.githubusercontent.com/QubitPi/hashicorp-aws/master/.github/yml-md-style-and-link-checks/markdownlint.rb | ||
run: wget https://raw.githubusercontent.com/QubitPi/hashistack/master/.github/yml-md-style-and-link-checks/markdownlint.rb | ||
- uses: actionshub/markdownlint@main | ||
|
||
linkChecker: | ||
|
@@ -73,7 +73,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- name: Load default link check config if not specified | ||
if: ${{ !inputs.use-custom-lycheeignore-file }} | ||
run: wget https://raw.githubusercontent.com/QubitPi/hashicorp-aws/master/.github/yml-md-style-and-link-checks/.lycheeignore | ||
run: wget https://raw.githubusercontent.com/QubitPi/hashistack/master/.github/yml-md-style-and-link-checks/.lycheeignore | ||
- name: Link Checker | ||
uses: lycheeverse/[email protected] | ||
with: | ||
|
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 |
---|---|---|
@@ -1,5 +1,3 @@ | ||
file:///* | ||
https://ci-cd.hashicorp-aws.com/ | ||
https://ci-cd.hashistack.com/ | ||
http.*://maven.apache.org/* | ||
https://hashistack.org/ | ||
https://ci-cd.hashistack.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
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
Oops, something went wrong.