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

15
.github/.yamllint vendored Normal file
View File

@@ -0,0 +1,15 @@
---
extends: default
yaml-files:
- '*.yml'
rules:
new-line-at-end-of-file:
level: warning
trailing-spaces:
level: warning
line-length:
level: warning
new-lines:
level: warning
indentation:
level: warning