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.
2 parents 152c0a5 + 53288c7 commit 760903eCopy full SHA for 760903e
.github/workflows/github-actions-yaml-test.yml
@@ -19,5 +19,8 @@ jobs:
19
git diff --exit-code docs/user/FlowVariables.md
20
- name: Run yamlfix check
21
run: |
22
- pip install yamlfix==1.17.0
23
- yamlfix -c yamlfix.toml flow/scripts/variables.yaml --check
+ pip install --quiet yamlfix==1.17.0
+ yamlfix --version
24
+ set -x
25
+ yamlfix -c yamlfix.toml flow/scripts/variables.yaml
26
+ git diff flow/scripts/variables.yaml
0 commit comments