From 9bffcdbfc8aaf7816503cc17e4d0daf8000825a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ku=C4=8Dera?= <26327373+vkucera@users.noreply.github.com> Date: Tue, 9 Sep 2025 14:22:12 +0200 Subject: [PATCH] Minor YAML fixes --- .github/dependabot.yml | 1 + .github/workflows/clang-format-lint.yml | 2 +- .github/workflows/space-checker.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d6b40672..30ad6d8f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,4 @@ +--- # Dependabot configuration # Reference: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file diff --git a/.github/workflows/clang-format-lint.yml b/.github/workflows/clang-format-lint.yml index 050ac915..b7d54c64 100644 --- a/.github/workflows/clang-format-lint.yml +++ b/.github/workflows/clang-format-lint.yml @@ -59,7 +59,7 @@ jobs: delete-branch: true - name: Create PR output if: steps.clang-result.outputs.status == 1 - run: | + run: |- echo "::error::Files need formatting." if [ ${{ github.event_name }} == 'push' ]; then echo "::error::Merge pull request ${{ steps.cpr.outputs.pull-request-url }} to apply automatic fixes." diff --git a/.github/workflows/space-checker.yml b/.github/workflows/space-checker.yml index 0863eee9..1e96d318 100644 --- a/.github/workflows/space-checker.yml +++ b/.github/workflows/space-checker.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 # needed to get the full history - name: Find bad spacing - run: | + run: |- # Find tabs and trailing whitespaces in modified text files and show where they are status_tab=0 status_trail=0