mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-19 06:18:56 +02:00
windows actions (again) (#39)
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/39 Co-authored-by: swurl <swurl@swurl.xyz> Co-committed-by: swurl <swurl@swurl.xyz>
This commit is contained in:
parent
08d320cc27
commit
c8a4cf715f
3 changed files with 25 additions and 16 deletions
3
.github/workflows/license-header.yml
vendored
3
.github/workflows/license-header.yml
vendored
|
|
@ -11,9 +11,12 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Fetch master branch
|
||||
run: git fetch origin master:master
|
||||
|
||||
- name: Make script executable
|
||||
run: chmod +x ./.ci/license-header.rb
|
||||
|
||||
- name: Check license headers
|
||||
run: ./.ci/license-header.rb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue