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: