We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524d074 commit 403db1fCopy full SHA for 403db1f
.github/actions/gitspell/action.yml
@@ -1,6 +1,6 @@
1
---
2
name: gitspell
3
-description: Checks spelling of all commit messages
+description: 'Checks spelling of all commit messages'
4
outputs:
5
diagnostic:
6
description: Diagnostic text for gitspell
.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:
7
- run: sudo apt-get install jq -y
8
shell: bash
.github/workflows/main.yml
@@ -25,6 +25,7 @@ jobs:
25
printf ${{ toJSON(steps.gitspell-step.outputs.diagnostic) }}
26
>> $GITHUB_STEP_SUMMARY
27
if: always()
28
+
29
yamllint:
30
runs-on: ubuntu-latest
31
0 commit comments