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 309d367 commit 9f21c33Copy full SHA for 9f21c33
.github/workflows/ci_lint.yml
@@ -43,7 +43,7 @@ jobs:
43
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
45
- name: Install yamllint
46
- if : ${{ env.CONTROLS_CHANGES == 'true' || env.PROFILES_CHANGES == 'true' }}
+ if: ${{ env.CONTROLS_CHANGES == 'true' || env.PROFILES_CHANGES == 'true' }}
47
run: pip install yamllint
48
49
- name: Run yamllint in Control Files Modified by PR
0 commit comments