mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-28 07:48:50 +01:00
fixing indents
This commit is contained in:
parent
059f2419df
commit
285ef35e9b
24
.github/workflows/validate-yaml-schema.yml
vendored
24
.github/workflows/validate-yaml-schema.yml
vendored
@ -11,21 +11,21 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Validate OSBinaries YAML Schema
|
||||
uses: eliezio/action-pykwalify@v1
|
||||
with:
|
||||
files: yml/OSBinaries/*.yml
|
||||
schema: YML-Schema.yml
|
||||
with:
|
||||
files: yml/OSBinaries/*.yml
|
||||
schema: YML-Schema.yml
|
||||
- name: Validate OSLibraries YAML Schema
|
||||
uses: eliezio/action-pykwalify@v1
|
||||
with:
|
||||
files: yml/OSLibraries/*.yml
|
||||
schema: YML-Schema.yml
|
||||
with:
|
||||
files: yml/OSLibraries/*.yml
|
||||
schema: YML-Schema.yml
|
||||
- name: Validate OSScripts YAML Schema
|
||||
uses: eliezio/action-pykwalify@v1
|
||||
with:
|
||||
files: yml/OSScripts/*.yml
|
||||
schema: YML-Schema.yml
|
||||
with:
|
||||
files: yml/OSScripts/*.yml
|
||||
schema: YML-Schema.yml
|
||||
- name: Validate OtherMSBinaries YAML Schema
|
||||
uses: eliezio/action-pykwalify@v1
|
||||
with:
|
||||
files: yml/OtherMSBinaries/*.yml
|
||||
schema: YML-Schema.yml
|
||||
with:
|
||||
files: yml/OtherMSBinaries/*.yml
|
||||
schema: YML-Schema.yml
|
||||
|
Loading…
Reference in New Issue
Block a user