Call check-spdx.tag.sh so that all committed files are checked. Signed-off-by: David Marchand <david.march...@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.*, '-') }} -- 2.49.0