Browse Source

[ci] Fix license-header workflow

Signed-off-by: crueter <swurl@swurl.xyz>
pull/21/head
crueter 6 months ago
parent
commit
b2d16cb3dd
No known key found for this signature in database GPG Key ID: A5A7629F109C8FD1
  1. 5
      .github/workflows/license-header.yml

5
.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

Loading…
Cancel
Save