Compare commits

..

4 commits

Author SHA1 Message Date
4e509acaba
remove example config 2024-08-16 16:40:45 +01:00
95bfb7de1a
checkpoint: created code for deleting statuses (need testing of course) 2024-08-16 16:40:35 +01:00
9bcb924ac0
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.
2024-08-16 16:07:53 +01:00
0a41516ae9
chore: update REUSE.toml 2024-08-16 15:03:16 +01:00
2 changed files with 19 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

@ -12,6 +12,9 @@ path = [
"**.go", "**.go",
"go.mod", "go.mod",
"magefiles/go.mod", "magefiles/go.mod",
"cmd/enbas-codegen/templates/**/*.go.gotmpl",
"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>"