Browse Source
[ci] Fix license-header workflow
Signed-off-by: crueter <swurl@swurl.xyz>
pull/21/head
crueter
6 months ago
No known key found for this signature in database
GPG Key ID: A5A7629F109C8FD1
1 changed files with
2 additions and
3 deletions
-
.github/workflows/license-header.yml
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
name: eden-license |
|
|
|
|
|
|
|
on: |
|
|
|
pull_request_target: |
|
|
|
pull_request: |
|
|
|
branches: [ master ] |
|
|
|
|
|
|
|
jobs: |
|
|
|
@ -13,9 +13,8 @@ jobs: |
|
|
|
fetch-depth: 0 |
|
|
|
|
|
|
|
- name: Fetch |
|
|
|
run: git fetch origin |
|
|
|
run: git fetch origin master:master |
|
|
|
|
|
|
|
# TODO: fix the script |
|
|
|
- name: Make script executable |
|
|
|
run: chmod +x ./.ci/license-header.rb |
|
|
|
|
|
|
|
|