Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

archive: add git forge migration notice #221

archive: add git forge migration notice

archive: add git forge migration notice #221

name: License Header Check
on: [push, pull_request]
jobs:
check-license-headers:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check license headers
uses: viperproject/check-license-header@v2
with:
path: .
config: ./.github/license-check/config.json
strict: true