Skip to content

Commit eecf585

Browse files
committed
Test for yamlfix
Introduce formatting problems with yaml files to test yamlfix.
1 parent 3719629 commit eecf585

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/actions/gitspell/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: gitspell
3-
description: Checks spelling of all commit messages
3+
description: 'Checks spelling of all commit messages'
44
outputs:
55
diagnostic:
66
description: Diagnostic text for gitspell

.github/actions/jq_valid/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: jq_valid
33
description: Checks validity of .json files with jq
44
runs:
5-
using: composite
5+
using: composite
66
steps:
77
- run: sudo apt-get install jq -y
88
shell: bash

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
printf ${{ toJSON(steps.gitspell-step.outputs.diagnostic) }}
2626
>> $GITHUB_STEP_SUMMARY
2727
if: always()
28+
2829
yamllint:
2930
runs-on: ubuntu-latest
3031
steps:

0 commit comments

Comments
 (0)