Merge pull request #1169 from strukturag/licensecheck-all-folders

CI: Process files in all folders with licensecheck.
This commit is contained in:
Joachim Bauch 2026-01-08 10:10:12 +01:00 committed by GitHub
commit 894815f6d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"