-
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.
Handle an edge case scenario in subprocess errors Update README.md
- Loading branch information
1 parent
71986ee
commit e069505
Showing
6 changed files
with
36 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,36 @@ | ||
name: 'none-shall-pass' | ||
description: 'Run validations against hyperlinks in all markdown files (including Wiki pages)' | ||
name: none-shall-pass | ||
description: Run validations against hyperlinks in all markdown files (including Wiki pages) | ||
inputs: | ||
owner: | ||
description: "Owner/Organization of the repository" | ||
description: Owner/Organization of the repository | ||
required: false | ||
default: ${{ github.repository_owner }} | ||
repo: | ||
description: "Name of the repository" | ||
description: Name of the repository | ||
required: false | ||
default: ${{ github.event.repository.name }} | ||
fail: | ||
description: "Flag to fail" | ||
description: Flag to fail | ||
required: false | ||
default: "true" | ||
debug: | ||
description: "Debug flag" | ||
description: Debug flag | ||
required: false | ||
default: "false" | ||
excludeHostnames: | ||
description: Hostnames for which the failure should be ignored | ||
required: false | ||
default: "" | ||
outputs: {} | ||
runs: | ||
using: 'docker' | ||
image: 'Dockerfile' | ||
using: docker | ||
image: Dockerfile | ||
args: | ||
- ${{ inputs.owner }} | ||
- ${{ inputs.repo }} | ||
- ${{ inputs.fail }} | ||
- ${{ inputs.debug }} | ||
- ${{ inputs.excludeHostnames }} | ||
branding: | ||
icon: check-square | ||
color: gray-dark |
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,2 +1,2 @@ | ||
"""Placeholder for the version number of the package.""" | ||
version = "1.0.8" | ||
version = "2.0a" |
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