Skip to content

Commit 32bfa78

Browse files
Copilotjsturtevant
authored andcommitted
Update ValidatePullRequest.yml to use script directly instead of just command
Co-authored-by: jsturtevant <[email protected]>
1 parent c6b3669 commit 32bfa78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ValidatePullRequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
steps:
7474
- uses: actions/checkout@v4
7575
- name: Check License Headers
76-
run: just check-license-headers
76+
run: ./dev/check-license-headers.sh
7777

7878
# Gate PR merges on this specific "join-job" which requires all other
7979
# jobs to run first. We need this job since we cannot gate on particular jobs

0 commit comments

Comments
 (0)