tidy-up: fix yamllint whitespace issues

Closes #12466
This commit is contained in:
Viktor Szakats 2023-12-06 10:05:20 +00:00
parent a2e75af3fb
commit bda2129114
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
25 changed files with 1653 additions and 1652 deletions

View file

@ -7,17 +7,17 @@ name: Markdown links
on:
push:
branches:
- master
- '*/ci'
- master
- '*/ci'
paths:
- '.github/workflows/linkcheck.yml'
- '**.md'
- '.github/workflows/linkcheck.yml'
- '**.md'
pull_request:
branches:
- master
- master
paths:
- '.github/workflows/linkcheck.yml'
- '**.md'
- '.github/workflows/linkcheck.yml'
- '**.md'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
@ -30,7 +30,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'