Browse Source

🐛 fix linter output redirection in workflow

bwwl-output
Matt Andreko 2 months ago
parent
commit
f8007a5ce8
No known key found for this signature in database
  1. 2
      .github/workflows/workflow-linter.yml

2
.github/workflows/workflow-linter.yml

@ -72,4 +72,4 @@ jobs: @@ -72,4 +72,4 @@ jobs:
if: steps.changed-workflows.outputs.changed_files_count != '0'
run: |
echo "$files"
bwwl lint -f "$files"
bwwl lint -f "$files" 2>&1

Loading…
Cancel
Save