Skip to content

Commit bc64a3f

Browse files
BorDevTechCopilot
andauthored
Update .github/workflows/lint-automation.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 840dc0b commit bc64a3f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/lint-automation.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,10 @@ jobs:
7474

7575
- name: 🎯 Create GitHub issues for lint problems
7676
if: |
77-
steps.analyze.outputs.has-issues == 'true' &&
78-
(github.event_name == 'push' && github.ref == 'refs/heads/main') ||
79-
(github.event_name == 'workflow_dispatch' && inputs.create_issues == true)
77+
steps.analyze.outputs.has-issues == 'true' && (
78+
(github.event_name == 'push' && github.ref == 'refs/heads/main') ||
79+
(github.event_name == 'workflow_dispatch' && inputs.create_issues == true)
80+
)
8081
env:
8182
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8283
GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)