use list style synatx and cleanup (#278)
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/notify Pipeline was successful Details

Reviewed-on: #278
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
Co-committed-by: Robert Kaussow <mail@thegeeklab.de>
This commit is contained in:
Robert Kaussow 2023-12-22 10:11:33 +01:00 committed by Robert Kaussow
parent 40e8954f21
commit 7beff8b893
2 changed files with 10 additions and 9 deletions

View File

@ -6,18 +6,18 @@ when:
- ${CI_REPO_DEFAULT_BRANCH} - ${CI_REPO_DEFAULT_BRANCH}
steps: steps:
assets: - name: assets
image: quay.io/thegeeklab/alpine-tools image: quay.io/thegeeklab/alpine-tools
commands: commands:
- make doc - make doc
markdownlint: - name: markdownlint
image: quay.io/thegeeklab/markdownlint-cli image: quay.io/thegeeklab/markdownlint-cli
group: test group: test
commands: commands:
- markdownlint 'content/**/*.md' 'README.md' - markdownlint 'content/**/*.md' 'README.md'
spellcheck: - name: spellcheck
image: quay.io/thegeeklab/alpine-tools image: quay.io/thegeeklab/alpine-tools
group: test group: test
commands: commands:
@ -25,13 +25,13 @@ steps:
environment: environment:
FORCE_COLOR: "true" FORCE_COLOR: "true"
link-validation: - name: link-validation
image: docker.io/lycheeverse/lychee image: docker.io/lycheeverse/lychee
group: test group: test
commands: commands:
- lychee --no-progress --format detailed content/ README.md - lychee --no-progress --format detailed content/ README.md
favicons: - name: favicons
image: docker.io/node:lts-alpine image: docker.io/node:lts-alpine
commands: commands:
- npm install --quiet --no-progress - npm install --quiet --no-progress
@ -39,17 +39,17 @@ steps:
environment: environment:
FORCE_COLOR: "true" FORCE_COLOR: "true"
build: - name: build
image: quay.io/thegeeklab/hugo:0.115.2 image: quay.io/thegeeklab/hugo:0.115.2
commands: commands:
- hugo --panicOnWarning - hugo --panicOnWarning
beautify: - name: beautify
image: quay.io/thegeeklab/alpine-tools image: quay.io/thegeeklab/alpine-tools
commands: commands:
- html-beautify -r -f 'public/**/*.html' - html-beautify -r -f 'public/**/*.html'
publish: - name: publish
image: quay.io/thegeeklab/wp-s3-action image: quay.io/thegeeklab/wp-s3-action
settings: settings:
access_key: access_key:
@ -68,3 +68,4 @@ steps:
- event: [push, manual, cron] - event: [push, manual, cron]
branch: branch:
- ${CI_REPO_DEFAULT_BRANCH} - ${CI_REPO_DEFAULT_BRANCH}
status: [success, failure]

View File

@ -8,7 +8,7 @@ when:
runs_on: [success, failure] runs_on: [success, failure]
steps: steps:
matrix: - name: matrix
image: quay.io/thegeeklab/wp-matrix image: quay.io/thegeeklab/wp-matrix
settings: settings:
homeserver: homeserver: