Initial draft of plugin.
All checks were successful
All checks were successful
This commit is contained in:
parent
0a8cf88f53
commit
b8c4a9c224
16 changed files with 720 additions and 0 deletions
17
.woodpecker/dockerhub.yaml
Normal file
17
.woodpecker/dockerhub.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
when:
|
||||
instance: ci.kokuwa.io
|
||||
repo: woodpecker/shellcheck
|
||||
event: [manual, push]
|
||||
branch: main
|
||||
path: [.woodpecker/dockerhub.yaml, README.md]
|
||||
|
||||
steps:
|
||||
|
||||
metadata:
|
||||
image: kokuwaio/dockerhub-metadata
|
||||
settings:
|
||||
repository: kokuwaio/shellcheck
|
||||
description-short: A WoodpeckerCI plugin for shellcheck to lint shell files.
|
||||
categories: [developer-tools, integration-and-delivery]
|
||||
username: {from_secret: dockerhub_username}
|
||||
password: {from_secret: dockerhub_password}
|
Loading…
Add table
Add a link
Reference in a new issue