fix: resolve MegaLinter YAML and markdown lint failures (#7)

This commit is contained in:
Copilot
2026-03-11 12:03:43 +02:00
committed by GitHub
parent e8c4f458b8
commit 2ae86ec1a7
5 changed files with 61 additions and 44 deletions

View File

@@ -1,5 +1,7 @@
---
# yamllint disable rule:line-length
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
# yamllint enable rule:line-length
name: PR Lint
# yamllint disable-line rule:truthy
@@ -20,10 +22,12 @@ jobs:
name: PR Lint
runs-on: ubuntu-latest
permissions:
contents: write # only for delete-branch option
contents: write # only for delete-branch option
issues: write
pull-requests: write
statuses: write
steps:
- uses: ivuorinen/actions/pr-lint@edb5db7b564801bc35bcd5b7667c185760d05fdd # 25.4.28
# yamllint disable rule:line-length
- uses: ivuorinen/actions/pr-lint@edb5db7b564801bc35bcd5b7667c185760d05fdd # 25.4.28
# yamllint enable rule:line-length