revert step name
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2023-09-27 21:42:36 +02:00
parent f9a8f9ff3f
commit 7b8207c595
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ steps:
- name: markdownlint
image: thegeeklab/markdownlint-cli
commands:
- markdownlint 'content/**/*.md' 'README.md' -p .gitignore
- markdownlint 'content/**/*.md' 'README.md' -p .gitignore
- name: spellcheck
image: thegeeklab/alpine-tools
@ -30,7 +30,7 @@ steps:
FORCE_COLOR: true
NPM_CONFIG_LOGLEVEL: error
- name: linkcheck
- name: link-validation
image: lycheeverse/lychee
commands:
- lychee --no-progress --format detailed content/ README.md
@ -76,6 +76,6 @@ trigger:
---
kind: signature
hmac: a29d6bd2e36077beca5a3ee60be86707616700c1b62f049451e49db7c2c3ce94
hmac: b24b8b45df7dcd21db5430a3264b4a0c435eb3d8a1eaa6f874089852448203ac
...