Skip to content

Commit 760903e

Browse files
authored
Merge pull request #2928 from Pinata-Consulting/yamlfix-actionable-log
Yamlfix actionable log
2 parents 152c0a5 + 53288c7 commit 760903e

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)