We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c75c681 commit 80c108cCopy full SHA for 80c108c
.github/workflows/validateActions.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Validate action and workflow schemas
46
working-directory: main
47
- run: ../GitHub-Actions/.github/scripts/validateWorkflowSchemas.sh
+ run: bash -x ../GitHub-Actions/.github/scripts/validateWorkflowSchemas.sh
48
49
actionlint:
50
runs-on: ubuntu-latest
0 commit comments