Initial draft of plugin.
Some checks failed
ci/woodpecker/push/test/2 Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/dockerhub Pipeline failed
ci/woodpecker/push/test/1 Pipeline was successful

This commit is contained in:
Stephan Schnabel 2025-02-06 20:06:45 +01:00
parent a0d4b1b977
commit 051208859b
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
16 changed files with 740 additions and 0 deletions

9
.markdownlint.yaml Normal file
View file

@ -0,0 +1,9 @@
# Default state for all rules
default: true
# MD009 - Trailing spaces
MD009:
strict: true
# MD013 - Line length
MD013: false