[PATCH 4/4] ci: check licenses

Maxime Coquelin maxime.coquelin at redhat.com
Wed Apr 16 20:59:24 CEST 2025



On 4/16/25 2:34 PM, Maxime Coquelin wrote:
> From: David Marchand <david.marchand at redhat.com>
> 
> Call check-spdx.tag.sh so that all committed files are checked.
> 
> Signed-off-by: David Marchand <david.marchand at redhat.com>
> Acked-by: Aaron Conole <aconole at redhat.com>
> ---
>   .github/workflows/build.yml | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
> index 7a6b679fe5..1e289979e3 100644
> --- a/.github/workflows/build.yml
> +++ b/.github/workflows/build.yml
> @@ -31,6 +31,7 @@ jobs:
>           failed=
>           devtools/check-doc-vs-code.sh upstream/${{ env.REF_GIT_BRANCH }} || failed=true
>           devtools/check-meson.py || failed=true
> +        devtools/check-spdx-tag.sh || failed=true
>           [ -z "$failed" ]
>     ubuntu-vm-builds:
>       name: ${{ join(matrix.config.*, '-') }}

Please ignore this patch, I used it for testing purpose and missed to
remove it before posting.



More information about the dev mailing list