CI: Process files in all folders with licensecheck.

This commit is contained in:
Joachim Bauch 2026-01-08 10:08:55 +01:00
commit 18174c6470
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

@ -33,7 +33,7 @@ jobs:
run: |
{
echo 'CHECK_RESULT<<EOF'
licensecheck *.go */*.go
find -name "*.go" | sort | xargs licensecheck
echo EOF
} >> "$GITHUB_ENV"