ci: add workflow for REUSE Compliance Check #49

Manually merged
dananglin merged 1 commit from reuse-workflow into main 2024-08-16 16:10:01 +01:00
2 changed files with 17 additions and 0 deletions
Showing only changes of commit 9bcb924ac0 - Show all commits

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