mirror of
https://github.com/brittonhayes/validate-yaml.git
synced 2024-11-23 13:40:57 -05:00
fix: adding required arguments to workflow test
This commit is contained in:
parent
dbdace26cb
commit
abe6af1341
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -20,3 +20,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: ./
|
- uses: ./
|
||||||
|
with:
|
||||||
|
files: |
|
||||||
|
__tests__/valid.yaml
|
||||||
|
schemaPath: "__tests__/schema.json"
|
||||||
|
|
Loading…
Reference in a new issue