This commit is contained in:
6543 2024-05-14 04:48:40 +02:00
parent 17e52d7831
commit f963c2cd9c
2 changed files with 4 additions and 3 deletions

View file

@ -25,7 +25,7 @@ steps:
The changelog entry: {{ changelog }}
- name: discord
image: docker.io/appleboy/drone-discord:1.3.1 # cspell:disable-line
image: docker.io/appleboy/drone-discord:1.3.1 # cspell:disable-line
settings:
webhook_id: 1236558396820295711
webhook_token:

View file

@ -5,7 +5,7 @@ when:
steps:
- name: lint-editorconfig
image: docker.io/mstruebing/editorconfig-checker:2.7.2 # cspell:disable-line
image: docker.io/mstruebing/editorconfig-checker:2.7.2 # cspell:disable-line
depends_on: []
when:
- event: pull_request
@ -19,7 +19,8 @@ steps:
- corepack enable
- pnpx cspell lint --no-progress --gitignore '{**,.*}/{*,.*}'
- apk add --no-cache -U tree # busybox tree don't understand "-I"
- tree --gitignore -I 012_columns_rename_procs_to_steps.go -I versioned_docs -I '*opensource.svg'| pnpx cspell lint --no-progress stdin # cspell:disable-line
# cspell:disable-next-line
- tree --gitignore -I 012_columns_rename_procs_to_steps.go -I versioned_docs -I '*opensource.svg'| pnpx cspell lint --no-progress stdin
- name: prettier
image: docker.io/woodpeckerci/plugin-prettier:0.1.0