From 403db1f8805be86d3a2b61d9c350217b0cacba73 Mon Sep 17 00:00:00 2001 From: Cla Date: Thu, 15 Feb 2024 08:06:17 +0100 Subject: [PATCH] Test for yamlfix Introduce formatting problems with yaml files to test yamlfix. --- .github/actions/gitspell/action.yml | 2 +- .github/actions/jq_valid/action.yml | 2 +- .github/workflows/main.yml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/actions/gitspell/action.yml b/.github/actions/gitspell/action.yml index 4737deb..8fd29e4 100644 --- a/.github/actions/gitspell/action.yml +++ b/.github/actions/gitspell/action.yml @@ -1,6 +1,6 @@ --- name: gitspell -description: Checks spelling of all commit messages +description: 'Checks spelling of all commit messages' outputs: diagnostic: description: Diagnostic text for gitspell diff --git a/.github/actions/jq_valid/action.yml b/.github/actions/jq_valid/action.yml index c84268d..baea1f9 100644 --- a/.github/actions/jq_valid/action.yml +++ b/.github/actions/jq_valid/action.yml @@ -2,7 +2,7 @@ name: jq_valid description: Checks validity of .json files with jq runs: - using: composite + using: composite steps: - run: sudo apt-get install jq -y shell: bash diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1ee9cf7..6ca2114 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,6 +25,7 @@ jobs: printf ${{ toJSON(steps.gitspell-step.outputs.diagnostic) }} >> $GITHUB_STEP_SUMMARY if: always() + yamllint: runs-on: ubuntu-latest steps: