mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-07-29 05:31:53 +02:00
Adding GitHub action for automatically updating LOLBAS-Project.github.io
This commit is contained in:
19
.github/workflows/yaml-linting.yml
vendored
Normal file
19
.github/workflows/yaml-linting.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
name: YAML Lint
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
lintFiles:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: yaml-lint
|
||||
uses: ibiqlik/action-yamllint@v3
|
||||
with:
|
||||
config_file: .github/.yamllint
|
Reference in New Issue
Block a user