mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-25 22:39:27 +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
|
||||
on: [push]
|
||||
jobs:
|
||||
lintFiles:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
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
|
||||
config_file: .yamllint
|
||||
|
Loading…
Reference in New Issue
Block a user