mirror of
https://github.com/brittonhayes/validate-yaml.git
synced 2024-11-23 05:30:56 -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:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ./
|
||||
with:
|
||||
files: |
|
||||
__tests__/valid.yaml
|
||||
schemaPath: "__tests__/schema.json"
|
||||
|
|
Loading…
Reference in a new issue