Skip to content

Commit e9609f8

Browse files
committed
Revert GH PR workflow to use ./dev/check-license-headers.sh
Cannot use the just command since just is not available on this runner Signed-off-by: Simon Davies <[email protected]>
1 parent bea43ab commit e9609f8

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)