Adding GitHub action for automatically updating LOLBAS-Project.github.io

This commit is contained in:
Wietze
2021-10-25 21:35:02 +01:00
parent ca11578655
commit 7759811ae5
3 changed files with 45 additions and 3 deletions

19
.github/workflows/yaml-linting.yml vendored Normal file
View 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