Update Woodpecker config for version 1

- `pipeline:` renamed to `steps:`
- changed file extension from `yml` to `yaml`, to align with other files

For more info, see <https://woodpecker-ci.org/docs/next/migrations>
This commit is contained in:
Henrik Hüttemann 2023-08-17 13:38:49 +02:00
parent f5bae66aee
commit c7e0afb8d3
No known key found for this signature in database
GPG Key ID: 9F7BD10E0A8A111E
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ variables:
- &create_synapse_access_token >- - &create_synapse_access_token >-
echo '{"user_id":"ci-dummy","access_token":"ci-dummy","home_server":"ci-dummy","device_id":"ci-dummy"}' > src/config/synapse_access_token.json echo '{"user_id":"ci-dummy","access_token":"ci-dummy","home_server":"ci-dummy","device_id":"ci-dummy"}' > src/config/synapse_access_token.json
pipeline: steps:
lint-markdown: lint-markdown:
image: markdownlint/markdownlint:latest image: markdownlint/markdownlint:latest
group: test group: test