Skip to content

Commit

Permalink
Release 0.3.2 GHA and NPM package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xantier committed Sep 8, 2021
1 parent 3f0da53 commit 70da3df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ None. Prints out the validated YAML on success. Prints out errors on invalid YAM

### Example usage
```
- uses: RoadieHQ/[email protected].1
- uses: RoadieHQ/[email protected].2
with:
path: 'catalog-info-1.yaml'
```

```
- uses: RoadieHQ/[email protected].1
- uses: RoadieHQ/[email protected].2
with:
path: 'catalog-info-1.yaml,catalog-info-2.yaml,catalog-info-3.yaml'
```

```
- uses: RoadieHQ/[email protected].1
- uses: RoadieHQ/[email protected].2
with:
path: 'catalog-info-*.yaml,services/**/*/catalog-info.yaml'
```
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.3.1",
"version": "0.3.2",
"author": "RoadieHQ",
"description": "Backstage entity validator",
"main": "index.js",
Expand Down

0 comments on commit 70da3df

Please sign in to comment.