ci: add workflow for REUSE Compliance Check
All checks were successful
REUSE Compliance Check / check (push) Successful in 5s

For now the compliance checks will be performed whenever a change is
made on the main branch.
This commit is contained in:
Dan Anglin 2024-08-16 16:07:53 +01:00
parent 0a41516ae9
commit 9bcb924ac0
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,16 @@
---
name: REUSE Compliance Check
on:
push:
branches:
- "main"
jobs:
check:
runs-on: docker
steps:
- name: Checkout Repository
uses: https://code.forgejo.org/actions/checkout@v4
- name: REUSE Compliance Check
uses: https://github.com/fsfe/reuse-action@v4

View file

@ -14,6 +14,7 @@ path = [
"magefiles/go.mod",
"cmd/enbas-codegen/templates/**/*.go.gotmpl",
"schema/enbas_cli_schema.json",
".forgejo/workflows/*.yaml",
]
precedence = "override"
SPDX-FileCopyrightText = "2024 Dan Anglin <d.n.i.anglin@gmail.com>"