mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-22 01:59:26 +00:00
Add reuse lint CI job
Instead of checking for the licenses in the misc step, add a separate job that uses the upstream provided image that has reuse tool installed and run `reuse lint` from the separate job.
This commit is contained in:
parent
09c32a8d75
commit
dbcff56043
@ -452,6 +452,15 @@ coccinelle:
|
||||
- util/check-cocci
|
||||
- if test "$(git status --porcelain | grep -Ev '\?\?' | wc -l)" -gt "0"; then git status --short; exit 1; fi
|
||||
|
||||
reuse:
|
||||
<<: *precheck_job
|
||||
needs: []
|
||||
image:
|
||||
name: docker.io/fsfe/reuse:latest
|
||||
entrypoint: [""]
|
||||
script:
|
||||
- reuse lint
|
||||
|
||||
danger:
|
||||
<<: *precheck_job
|
||||
needs: []
|
||||
|
Loading…
x
Reference in New Issue
Block a user