Initial plugin source.
This commit is contained in:
parent
c68a062929
commit
db835da368
16 changed files with 744 additions and 0 deletions
18
.woodpecker/test.yaml
Normal file
18
.woodpecker/test.yaml
Normal file
|
@ -0,0 +1,18 @@
|
|||
when:
|
||||
instance: ci.schnabel.org
|
||||
repo: kokuwaio/markdownlint
|
||||
event: push
|
||||
branch: main
|
||||
path: [.woodpecker/build.yaml, .woodpecker/push.yaml, .woodpecker/test.yaml, Dockerfile, Dockerfile.dockerignore, entrypoint.sh]
|
||||
|
||||
depends_on: [push]
|
||||
matrix:
|
||||
PLATFORM: [amd64, arm64]
|
||||
labels:
|
||||
platform: linux/${PLATFORM}
|
||||
|
||||
steps:
|
||||
|
||||
test:
|
||||
image: kokuwaio/markdownlint
|
||||
pull: true
|
Loading…
Add table
Add a link
Reference in a new issue