mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-07-27 04:32:24 +02:00
Adding .gitattributes file, fixing template/checks (#253)
This commit is contained in:
5
.github/workflows/yaml-linting.yml
vendored
5
.github/workflows/yaml-linting.yml
vendored
@@ -13,6 +13,11 @@ jobs:
|
||||
no_warnings: true
|
||||
file_or_dir: yml/**/*.yml
|
||||
config_file: .github/.yamllint
|
||||
- name: Validate Template Schema
|
||||
uses: cketti/action-pykwalify@v0.3-temp-fix
|
||||
with:
|
||||
files: YML-Template.yml
|
||||
schema: YML-Schema.yml
|
||||
- name: Validate OSBinaries YAML Schema
|
||||
uses: cketti/action-pykwalify@v0.3-temp-fix
|
||||
with:
|
||||
|
Reference in New Issue
Block a user