0
0
mirror of https://github.com/thegeeklab/wp-plugin-go.git synced 2024-09-21 18:22:45 +02:00
wp-plugin-go/.woodpecker/docs.yml

26 lines
569 B
YAML
Raw Normal View History

2023-08-11 14:53:41 +02:00
---
when:
- event: [pull_request, tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
2024-02-05 08:58:25 +01:00
- event: [push]
branch:
2024-02-07 09:10:06 +01:00
- renovate/auto/*
2023-08-11 14:53:41 +02:00
steps:
- name: markdownlint
2023-08-11 14:53:41 +02:00
image: quay.io/thegeeklab/markdownlint-cli
commands:
- markdownlint 'README.md' 'CONTRIBUTING.md'
- name: spellcheck
2023-08-11 14:53:41 +02:00
image: quay.io/thegeeklab/alpine-tools
commands:
2023-08-22 09:46:01 +02:00
- spellchecker --files 'README.md' 'CONTRIBUTING.md' -d .dictionary -p spell indefinite-article syntax-urls
2023-08-11 14:53:41 +02:00
environment:
FORCE_COLOR: "true"
2023-08-14 10:02:51 +02:00
depends_on:
- build