mirror of
https://github.com/Paillat-dev/discord-emojis.git
synced 2026-03-03 06:24:53 +00:00
feat: Use licensor for license header management (#22)
This commit is contained in:
8
.github/workflows/quality.yaml
vendored
8
.github/workflows/quality.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user