eden/.github/workflows/license-header.yml
crueter 1037bff8ac
fix ci and NEEDS_D24
also fix ukrainian translation

Signed-off-by: crueter <swurl@swurl.xyz>
2025-06-11 21:41:20 -04:00

23 lines
441 B
YAML

name: eden-license
on:
pull_request_target:
branches: [ master ]
jobs:
license-header:
runs-on: source
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Fetch
run: git fetch origin
# TODO: fix the script
- name: Make script executable
run: chmod +x ./.ci/license-header.rb
- name: Check license headers
run: ./.ci/license-header.rb