Skip to content

Commit 53288c7

Browse files
committed
github: yamlfix less verbose actionable logging
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 152c0a5 commit 53288c7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/github-actions-yaml-test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ jobs:
1919
git diff --exit-code docs/user/FlowVariables.md
2020
- name: Run yamlfix check
2121
run: |
22-
pip install yamlfix==1.17.0
23-
yamlfix -c yamlfix.toml flow/scripts/variables.yaml --check
22+
pip install --quiet yamlfix==1.17.0
23+
yamlfix --version
24+
set -x
25+
yamlfix -c yamlfix.toml flow/scripts/variables.yaml
26+
git diff flow/scripts/variables.yaml

0 commit comments

Comments
 (0)