mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-27 23:37:58 +01:00
Attempting to fix pyKwalify checking
This commit is contained in:
parent
9955d4ea77
commit
73d02562cd
2
.github/workflows/validate-yaml-schema.yml
vendored
2
.github/workflows/validate-yaml-schema.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Validate YAML Schema
|
||||
uses: eliezio/action-pykwalify@v0.3
|
||||
uses: eliezio/action-pykwalify@v1
|
||||
with:
|
||||
files: yml/*/*.yml
|
||||
schema: YML-Schema.yml
|
||||
|
Loading…
Reference in New Issue
Block a user