Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Petter Walbø Johnsgård committed Nov 24, 2021
1 parent 9e8df3e commit 6320c54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Validate JSON
uses: walbo/[email protected].2
uses: walbo/[email protected].3
env:
files: folder/**/*.json
schema: schemas/schema.json
Expand All @@ -25,5 +25,5 @@ jobs:
print-valid-files: true
# optional, default: false
c: true
allow-matching-properties: true
```
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "validate-json",
"version": "0.0.2",
"version": "0.0.3",
"description": "Validate JSON Schemas",
"author": "Petter Walbø Johnsgård",
"license": "MIT",
Expand Down

0 comments on commit 6320c54

Please sign in to comment.