-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Daniel Farrell <[email protected]>
- Loading branch information
1 parent
71bbcc9
commit 7ffe614
Showing
13 changed files
with
87 additions
and
44 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
--- | ||
on: | ||
pull_request: | ||
push: | ||
|
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,3 +1,4 @@ | ||
--- | ||
name: Markdown Link Checks | ||
on: | ||
schedule: | ||
|
@@ -8,18 +9,18 @@ jobs: | |
runs-on: ubuntu-latest | ||
name: Markdown Link Checks | ||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v1 | ||
- name: Check out code | ||
uses: actions/checkout@v1 | ||
|
||
- name: Run markdown-link-check | ||
uses: gaurav-nelson/[email protected] | ||
with: | ||
config-file: ".markdownlinkcheck.json" | ||
- name: Run markdown-link-check | ||
uses: gaurav-nelson/[email protected] | ||
with: | ||
config-file: ".markdownlinkcheck.json" | ||
|
||
- name: Raise an Issue to report broken links | ||
if: ${{ failure() }} | ||
uses: JasonEtco/create-an-issue@v2 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
filename: .github/ISSUE_TEMPLATE/broken-link.md | ||
- name: Raise an Issue to report broken links | ||
if: ${{ failure() }} | ||
uses: JasonEtco/create-an-issue@v2 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
filename: .github/ISSUE_TEMPLATE/broken-link.md |
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,3 +1,4 @@ | ||
--- | ||
name: Markdown Link Checks | ||
on: pull_request | ||
|
||
|
@@ -6,11 +7,11 @@ jobs: | |
runs-on: ubuntu-latest | ||
name: Markdown Link Checks | ||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v1 | ||
- name: Check out code | ||
uses: actions/checkout@v1 | ||
|
||
- name: Run markdown-link-check | ||
uses: gaurav-nelson/[email protected] | ||
with: | ||
config-file: ".markdownlinkcheck.json" | ||
check-modified-files-only: "yes" | ||
- name: Run markdown-link-check | ||
uses: gaurav-nelson/[email protected] | ||
with: | ||
config-file: ".markdownlinkcheck.json" | ||
check-modified-files-only: "yes" |
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,3 +1,4 @@ | ||
--- | ||
on: | ||
push: | ||
branches: | ||
|
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,3 +1,4 @@ | ||
--- | ||
on: | ||
pull_request: | ||
branches: | ||
|
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,17 @@ | ||
--- | ||
name: YAML Linting | ||
on: pull_request | ||
|
||
jobs: | ||
yaml-lint: | ||
runs-on: ubuntu-latest | ||
name: YAML Linting | ||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v1 | ||
|
||
- name: Run yamllint | ||
uses: ibiqlik/action-yamllint@v1 | ||
with: | ||
file_or_dir: . | ||
config_file: .yamllint.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
--- | ||
# Breaks reusing MD snippets extracted to files | ||
first-line-heading: false | ||
|
||
|
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,14 @@ | ||
--- | ||
extends: default | ||
|
||
rules: | ||
line-length: | ||
max: 140 | ||
# Allow standard GHA syntax for "on: *" | ||
truthy: | ||
ignore: '.github/workflows/*.yml' | ||
|
||
ignore: | | ||
/vendor | ||
strict: true |
1 change: 1 addition & 0 deletions
1
tools/openshift/ocp-ipi-aws/ocp-ipi-aws-prep/templates/machine-set.yaml
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,3 +1,4 @@ | ||
--- | ||
apiVersion: machine.openshift.io/v1beta1 | ||
kind: MachineSet | ||
metadata: | ||
|