Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Petter Walbø Johnsgård committed Feb 19, 2022
1 parent c9633c8 commit b640cdf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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].0
uses: walbo/[email protected].1
with:
files: folder/**/*.json
schema: schemas/schema.json
Expand Down
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": "1.0.0",
"version": "1.0.1",
"description": "Validate JSON Schemas",
"author": "Petter Walbø Johnsgård",
"license": "MIT",
Expand Down

0 comments on commit b640cdf

Please sign in to comment.