woodpecker/.woodpecker/static.yaml

37 lines
1 KiB
YAML
Raw Normal View History

when:
- event: pull_request
- event: push
branch: renovate/*
steps:
- name: lint-editorconfig
image: docker.io/mstruebing/editorconfig-checker:2.7.2
depends_on: []
when:
- event: pull_request
- event: push
branch: renovate/*
- name: spellcheck
image: docker.io/node:22-alpine
depends_on: []
commands:
- corepack enable
- pnpx cspell lint --no-progress --gitignore '{**,.*}/{*,.*}'
- apk add --no-cache -U tree # busybox tree dont understand "-I"
- 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
depends_on: []
settings:
version: 3.2.5
- name: links
chore(deps): update lycheeverse/lychee docker tag to v0.14.3 (#3429) [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [lycheeverse/lychee](https://togithub.com/lycheeverse/lychee) | patch | `0.14.0` -> `0.14.3` | --- ### Release Notes <details> <summary>lycheeverse/lychee (lycheeverse/lychee)</summary> ### [`v0.14.3`](https://togithub.com/lycheeverse/lychee/releases/tag/v0.14.3): Version 0.14.3 [Compare Source](https://togithub.com/lycheeverse/lychee/compare/v0.14.0...v0.14.3) <!-- Release notes generated using configuration in .github/release.yml at master --> #### What's Changed ##### Miscellaneous and Others 🔔 - fix(tests): update the expected output in cli tests by [@&#8203;orhun](https://togithub.com/orhun) in [https://github.com/lycheeverse/lychee/pull/1362](https://togithub.com/lycheeverse/lychee/pull/1362) - status.rs: Make json output more verbose by [@&#8203;Asiderr](https://togithub.com/Asiderr) in [https://github.com/lycheeverse/lychee/pull/1367](https://togithub.com/lycheeverse/lychee/pull/1367) - Set URI to HTTPS for ErrorKind::InsecureURL by [@&#8203;Elkiwa](https://togithub.com/Elkiwa) in [https://github.com/lycheeverse/lychee/pull/1369](https://togithub.com/lycheeverse/lychee/pull/1369) - Fixed fragment generation for headings with inline code by [@&#8203;HU90m](https://togithub.com/HU90m) in [https://github.com/lycheeverse/lychee/pull/1370](https://togithub.com/lycheeverse/lychee/pull/1370) - Move to workspace versioning by [@&#8203;mre](https://togithub.com/mre) in [https://github.com/lycheeverse/lychee/pull/1372](https://togithub.com/lycheeverse/lychee/pull/1372) #### New Contributors - [@&#8203;Asiderr](https://togithub.com/Asiderr) made their first contribution in [https://github.com/lycheeverse/lychee/pull/1367](https://togithub.com/lycheeverse/lychee/pull/1367) - [@&#8203;Elkiwa](https://togithub.com/Elkiwa) made their first contribution in [https://github.com/lycheeverse/lychee/pull/1369](https://togithub.com/lycheeverse/lychee/pull/1369) **Full Changelog**: https://github.com/lycheeverse/lychee/compare/v0.14.2...v0.14.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - "before 4am" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/woodpecker-ci/woodpecker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2024-02-24 07:28:40 +00:00
image: lycheeverse/lychee:0.14.3
depends_on: []
commands:
- lychee pipeline/frontend/yaml/linter/schema/schema.json
- lychee --exclude localhost docs/docs/
- lychee --exclude localhost docs/src/pages/