mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-27 07:18:05 +01:00
Setting yamllinting to config file
This commit is contained in:
parent
67bfb8cbfe
commit
26eeb8eb1e
8
.github/workflows/yamllinting.yml
vendored
8
.github/workflows/yamllinting.yml
vendored
@ -1,12 +1,12 @@
|
|||||||
|
---
|
||||||
name: Yaml Lint
|
name: Yaml Lint
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
lintFiles:
|
lintFiles:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: yaml-lint
|
- name: yaml-lint
|
||||||
uses: ibiqlik/action-yamllint@v3
|
uses: ibiqlik/action-yamllint@v3
|
||||||
with:
|
with:
|
||||||
file_or_dir: yml/*.yml
|
config_file: .yamllint
|
||||||
config_file: .yamllint.yml
|
|
||||||
|
Loading…
Reference in New Issue
Block a user