mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-28 07:48:50 +01:00
Making final changes to workflows.
This commit is contained in:
parent
2c3653f0c4
commit
43b48f57ac
27
.github/workflows/yaml-lint-reviewdog.yml
vendored
27
.github/workflows/yaml-lint-reviewdog.yml
vendored
@ -1,9 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: YAML Lint with reviewdog
|
name: PULL_REQUEST: YAML Lint with Reviewdog & Schema Checks
|
||||||
on:
|
on: [pull_request]
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lintFiles:
|
lintFiles:
|
||||||
@ -15,3 +12,23 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
reporter: github-pr-review # Change reporter.
|
reporter: github-pr-review # Change reporter.
|
||||||
yamllint_flags: '--config-file .github/.yamllint'
|
yamllint_flags: '--config-file .github/.yamllint'
|
||||||
|
- name: Validate OSBinaries YAML Schema
|
||||||
|
uses: cketti/action-pykwalify@v0.3-temp-fix
|
||||||
|
with:
|
||||||
|
files: yml/OSBinaries/*.yml
|
||||||
|
schema: YML-Schema.yml
|
||||||
|
- name: Validate OSLibraries YAML Schema
|
||||||
|
uses: cketti/action-pykwalify@v0.3-temp-fix
|
||||||
|
with:
|
||||||
|
files: yml/OSLibraries/*.yml
|
||||||
|
schema: YML-Schema.yml
|
||||||
|
- name: Validate OSScripts YAML Schema
|
||||||
|
uses: cketti/action-pykwalify@v0.3-temp-fix
|
||||||
|
with:
|
||||||
|
files: yml/OSScripts/*.yml
|
||||||
|
schema: YML-Schema.yml
|
||||||
|
- name: Validate OtherMSBinaries YAML Schema
|
||||||
|
uses: cketti/action-pykwalify@v0.3-temp-fix
|
||||||
|
with:
|
||||||
|
files: yml/OtherMSBinaries/*.yml
|
||||||
|
schema: YML-Schema.yml
|
||||||
|
2
.github/workflows/yaml-linting.yml
vendored
2
.github/workflows/yaml-linting.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: YAML Lint and Validation Push Check
|
name: PUSH: YAML Lint and Schema Validation Checks
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user