Skip to content

Commit 9f21c33

Browse files
Update .github/workflows/ci_lint.yml
Co-authored-by: Matthew Burket <m@tthewburket.com>
1 parent 309d367 commit 9f21c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444

4545
- name: Install yamllint
46-
if : ${{ env.CONTROLS_CHANGES == 'true' || env.PROFILES_CHANGES == 'true' }}
46+
if: ${{ env.CONTROLS_CHANGES == 'true' || env.PROFILES_CHANGES == 'true' }}
4747
run: pip install yamllint
4848

4949
- name: Run yamllint in Control Files Modified by PR

0 commit comments

Comments
 (0)