mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-07-27 04:32:24 +02:00
Adding GitHub action for automatically updating LOLBAS-Project.github.io
This commit is contained in:
15
.github/.yamllint
vendored
Normal file
15
.github/.yamllint
vendored
Normal 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
|
Reference in New Issue
Block a user