* [PATCH] ci: check licenses
@ 2025-04-11 7:18 David Marchand
2025-04-14 18:32 ` Aaron Conole
0 siblings, 1 reply; 2+ messages in thread
From: David Marchand @ 2025-04-11 7:18 UTC (permalink / raw)
To: dev; +Cc: thomas, stephen, Aaron Conole, Michael Santana
Call check-spdx.tag.sh so that all committed files are checked.
Signed-off-by: David Marchand <david.marchand@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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ci: check licenses
2025-04-11 7:18 [PATCH] ci: check licenses David Marchand
@ 2025-04-14 18:32 ` Aaron Conole
0 siblings, 0 replies; 2+ messages in thread
From: Aaron Conole @ 2025-04-14 18:32 UTC (permalink / raw)
To: David Marchand; +Cc: dev, thomas, stephen, Michael Santana
David Marchand <david.marchand@redhat.com> writes:
> Call check-spdx.tag.sh so that all committed files are checked.
>
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---
Acked-by: Aaron Conole <aconole@redhat.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-04-14 18:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-11 7:18 [PATCH] ci: check licenses David Marchand
2025-04-14 18:32 ` Aaron Conole
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).