mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-07-27 04:32:24 +02:00
Setting yamllinting to config file
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user