Initial plugin source.

This commit is contained in:
Stephan Schnabel 2025-02-03 11:46:21 +01:00
parent 5dc432e619
commit 99fdd9fcae
Signed by: stephan.schnabel
GPG key ID: 115DFD33787FABF7
16 changed files with 705 additions and 0 deletions

View file

@ -0,0 +1,17 @@
when:
instance: ci.schnabel.org
repo: kokuwaio/yamllint
event: push
branch: main
path: README.md
steps:
metadata:
image: kokuwaio/dockerhub-metadata
settings:
repository: kokuwaio/yamllint
description-short: A Woodpecker CI plugin for yamllint to lint yaml files.
categories: [developer-tools, integration-and-delivery]
username: {from_secret: DOCKERHUB_USERNAME}
password: {from_secret: DOCKERHUB_PASSWORD}