Lime3DS/.github/workflows/license-header.yml
project516 ae7d7dca1f ci: Update github actions to NodeJS 24 (#2110)
Co-authored-by: OpenSauce04 <opensauce04@gmail.com>
2026-05-23 21:24:54 +01:00

21 lines
448 B
YAML

name: citra-license
on:
pull_request:
branches: [ master ]
jobs:
license-header:
runs-on: ubuntu-latest
container:
image: opensauce04/azahar-build-environment:latest
options: -u 1001
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Fetch master branch
run: git fetch origin master:master
- name: Check license headers
run: ./.ci/license-header.rb