1
0
Fork 0
mirror of https://github.com/LOLBAS-Project/LOLBAS synced 2024-06-09 08:16:03 +02:00

Updating yaml lint check to only check the yml folder

This commit is contained in:
xenoscr 2022-09-11 00:38:05 -04:00
parent fde53748f2
commit 7bb5a8a8e3
No known key found for this signature in database
GPG Key ID: 52C26F96860C0DAA

View File

@ -10,6 +10,7 @@ jobs:
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: yml/**/*.yml
config_file: .github/.yamllint
- name: Validate OSBinaries YAML Schema
uses: cketti/action-pykwalify@v0.3-temp-fix