diff --git a/.drone.yml b/.drone.yml index f15d691..4792fff 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ...