feat(goreleaser): init
All checks were successful
Markdown linter / markdown-lint (push) Successful in 12s
Release / release (push) Successful in 4m37s
Release / sync-to-hub-docker-io (push) Successful in 28s

This commit is contained in:
2025-05-13 17:41:21 +02:00
parent 77135a002a
commit 2e54fd12ee
10 changed files with 308 additions and 773 deletions

View File

@ -0,0 +1,20 @@
name: Markdown linter
on:
pull_request:
types: [ "opened", "reopened", "synchronize" ]
push:
branches: [ '**' ]
tags-ignore: [ '**' ]
workflow_dispatch: {}
jobs:
markdown-lint:
container:
image: git.cryptic.systems/volker.raschek/markdownlint:0.44.0
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- name: Lint Markdown files
run: markdownlint --config .markdownlint.yaml .