Skip to content

Commit

Permalink
[semver:minor] Add CLI with support for validating multiple files (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xantier authored Jul 29, 2021
1 parent cbb64cf commit d0b661a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
registry=https://registry.npmjs.org/
engine-strict=true
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ None. Prints out the validated YAML on success. Prints out errors on invalid YAM

### Example usage
```
- uses: RoadieHQ/backstage-entity-validator@v0.2.7
- uses: RoadieHQ/backstage-entity-validator@v0.3.0
with:
path: 'catalog-info-1.yaml'
```
Expand All @@ -41,7 +41,7 @@ description: >
usage:
version: 2.1
orbs:
entity-validator: "roadiehq/backstage-entity-validator@0.2.7"
entity-validator: "roadiehq/backstage-entity-validator@0.3.0"
workflows:
use-entity-validator:
jobs:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roadiehq/backstage-entity-validator",
"version": "0.2.7",
"version": "0.3.0",
"author": "RoadieHQ",
"description": "Backstage entity validator",
"main": "index.js",
Expand Down

0 comments on commit d0b661a

Please sign in to comment.