-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[semver:patch] handle text replacement (#9)
* Handle cases where replacement text is referenced in catalog-info.yaml
- Loading branch information
Showing
9 changed files
with
3,158 additions
and
48 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 |
---|---|---|
|
@@ -14,11 +14,9 @@ This package can be used as a GitHub action or a standalone node.js module | |
|
||
None. Prints out the validated YAML on success. Prints out errors on invalid YAML | ||
|
||
The time we greeted you. | ||
|
||
### Example usage | ||
``` | ||
- uses: RoadieHQ/[email protected].5 | ||
- uses: RoadieHQ/[email protected].6 | ||
with: | ||
path: 'catalog-info-1.yaml' | ||
``` | ||
|
@@ -36,16 +34,14 @@ The time we greeted you. | |
|
||
None. Prints out the validated YAML on success. Prints out errors on invalid YAML | ||
|
||
The time we greeted you. | ||
|
||
### Example config | ||
``` | ||
description: > | ||
Sample catalog-info.yaml validation | ||
usage: | ||
version: 2.1 | ||
orbs: | ||
entity-validator: "roadiehq/[email protected].5" | ||
entity-validator: "roadiehq/[email protected].6" | ||
workflows: | ||
use-entity-validator: | ||
jobs: | ||
|
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
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.