mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-26 14:59:03 +01:00
Another pattern change
This commit is contained in:
parent
4fa217f9c3
commit
fda371bec0
15
.github/workflows/yamllinting.yml
vendored
15
.github/workflows/yamllinting.yml
vendored
@ -1,21 +1,12 @@
|
||||
name: Yaml Lint
|
||||
on: [push]
|
||||
jobs:
|
||||
lintDataFiles:
|
||||
lintFiles:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: yaml-lint
|
||||
uses: ibiqlik/action-yamllint@v3
|
||||
with:
|
||||
file_or_dir: yml/**.yml
|
||||
config_file: .yamllint.yml
|
||||
lintTemplate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: yaml-lint
|
||||
uses: ibiqlik/action-yamllint@v3
|
||||
with:
|
||||
file_or_dir: YML-Template.yml
|
||||
config_file: .yamllint.yml
|
||||
file_or_dir: yml/**/*.yml YML-Template.yml
|
||||
config_file: .yamllint.yml
|
Loading…
Reference in New Issue
Block a user