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 c6b3669 commit 32bfa78Copy full SHA for 32bfa78
.github/workflows/ValidatePullRequest.yml
@@ -73,7 +73,7 @@ jobs:
73
steps:
74
- uses: actions/checkout@v4
75
- name: Check License Headers
76
- run: just check-license-headers
+ run: ./dev/check-license-headers.sh
77
78
# Gate PR merges on this specific "join-job" which requires all other
79
# jobs to run first. We need this job since we cannot gate on particular jobs
0 commit comments