mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-27 23:37:58 +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
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
name: PULL_REQUEST: YAML Lint with Reviewdog & Schema Checks
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
lintFiles:
|
||||
@ -15,3 +12,23 @@ jobs:
|
||||
with:
|
||||
reporter: github-pr-review # Change reporter.
|
||||
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]
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user