mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-19 14:17:01 +02:00
[ci] Move workflows to .forgejo (#3808)
Primarily to prevent mirrors from trying to run bogus actions. Signed-off-by: crueter <crueter@eden-emu.dev> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3808
This commit is contained in:
parent
bb71ace365
commit
6e76014824
8 changed files with 0 additions and 0 deletions
22
.github/workflows/license-header.yml
vendored
22
.github/workflows/license-header.yml
vendored
|
|
@ -1,22 +0,0 @@
|
|||
name: eden-license
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
license-header:
|
||||
runs-on: source
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Fetch
|
||||
run: git fetch origin master:master
|
||||
|
||||
- name: Make script executable
|
||||
run: chmod +x ./.ci/license-header.sh
|
||||
|
||||
- name: Check license headers
|
||||
run: ./.ci/license-header.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue