feat: Use licensor for license header management (#22)

This commit is contained in:
2026-02-28 15:24:24 +01:00
committed by GitHub
parent 965d818836
commit 93ee40c2e9
12 changed files with 95 additions and 77 deletions

View File

@@ -10,10 +10,12 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Setup Copywrite
uses: hashicorp/setup-copywrite@32638da2d4e81d56a0764aa1547882fc4d209636 # v1.1.3
- name: Setup Licensor
uses: nicebots-xyz/licensor/.github/actions/setup-licensor@v0.0.5
with:
version: v0.0.5
- name: Check Header Compliance
run: copywrite headers --plan --config .copywrite.hcl
run: licensor check * --ignore ".*" --ignore build
quality:
runs-on: ubuntu-latest