Documentation/.woodpecker/lint.yaml
Dependency bot 37e6d7f5a4 chore(deps): update mstruebing/editorconfig-checker docker tag to v3.8.0 (#864)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [mstruebing/editorconfig-checker](https://github.com/editorconfig-checker/editorconfig-checker) | minor | `v3.6.1` → `v3.8.0` |

---

### Release Notes

<details>
<summary>editorconfig-checker/editorconfig-checker (mstruebing/editorconfig-checker)</summary>

### [`v3.8.0`](https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/v3.8.0)

[Compare Source](https://github.com/editorconfig-checker/editorconfig-checker/compare/v3.7.0...v3.8.0)

##### Features

- exclude .gpg files ([#&#8203;571](https://github.com/editorconfig-checker/editorconfig-checker/issues/571)) ([e5b53f4](e5b53f488f))

##### Bug Fixes

- anchor node\_modules and target default excludes at path start ([#&#8203;568](https://github.com/editorconfig-checker/editorconfig-checker/issues/568)) ([c0c39af](c0c39af8af))
- honor -no-color for .ecrc deprecation warning ([#&#8203;575](https://github.com/editorconfig-checker/editorconfig-checker/issues/575)) ([dbb0dbb](dbb0dbb2b1))

### [`v3.7.0`](https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/v3.7.0)

[Compare Source](https://github.com/editorconfig-checker/editorconfig-checker/compare/v3.6.1...v3.7.0)

##### Features

- **files:** expand glob patterns in passed-file args ([#&#8203;190](https://github.com/editorconfig-checker/editorconfig-checker/issues/190)) ([#&#8203;558](https://github.com/editorconfig-checker/editorconfig-checker/issues/558)) ([4c0f326](4c0f326cfa))

##### Bug Fixes

- **cli:** auto-enable no-color when output format is github-actions ([#&#8203;557](https://github.com/editorconfig-checker/editorconfig-checker/issues/557)) ([9f4014c](9f4014ce09))
- detect binary files before decoding to prevent false text ([#&#8203;550](https://github.com/editorconfig-checker/editorconfig-checker/issues/550)) ([f47b30c](f47b30c967))

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - Only on Sunday and Saturday (`* * * * 0,6`)
- Automerge
  - Between 12:00 AM and 03:59 AM (`* 0-3 * * *`)

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yODguMCIsInVwZGF0ZWRJblZlciI6IjQzLjI4OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5Il19-->

Co-authored-by: woodpecker-bot <woodpecker-bot@obermui.de>
Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/864
Reviewed-by: Robert Wolff <mahlzahn@posteo.de>
2026-07-31 10:06:31 +02:00

47 lines
1.1 KiB
YAML

when:
- event: [pull_request]
- event: push
branch:
- ${CI_REPO_DEFAULT_BRANCH}
steps:
lint-markdown:
image: davidanson/markdownlint-cli2:v0.23.1
commands:
- 'markdownlint-cli2 **/*.md'
when:
path:
include: ['.woodpecker/*.yaml', '*.{md,markdown}']
editor-config:
image: mstruebing/editorconfig-checker:v3.8.0
depends_on: []
prettier:
image: docker.io/woodpeckerci/plugin-prettier:1.4.1
depends_on: []
settings:
# renovate: datasource=npm depName=prettier
version: 3.9.6
links:
image: lycheeverse/lychee:0.24.2
depends_on: []
commands:
- lychee -v -t 40 --root-dir $(pwd)/content --fallback-extensions md .
lint-yaml:
image: pipelinecomponents/yamllint:0.35.13
depends_on: []
commands:
- yamllint --strict .
when:
path: '*.{yml,yaml}'
spellcheck:
image: docker.io/node:24-alpine
depends_on: []
commands:
- npm install -g corepack@latest
- corepack enable
- pnpx cspell lint --no-progress --gitignore '{**,.*}/{*,.*}'