Files
eden/.forgejo/workflows/license-header.yml
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
417 B
YAML
Raw Normal View History

name: eden-license
on:
2025-06-15 05:02:32 -04:00
pull_request:
branches: [ master ]
jobs:
license-header:
2025-06-11 21:41:20 -04:00
runs-on: source
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
2025-04-13 19:35:59 -04:00
2025-06-09 01:40:21 +00:00
- name: Fetch
2025-06-15 05:02:32 -04:00
run: git fetch origin master:master
2025-04-13 19:35:59 -04:00
- name: Make script executable
run: chmod +x ./.ci/license-header.sh
2025-04-13 19:35:59 -04:00
- name: Check license headers
run: ./.ci/license-header.sh