mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
Merge pull request #1169 from strukturag/licensecheck-all-folders
CI: Process files in all folders with licensecheck.
This commit is contained in:
commit
894815f6d7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/licensecheck.yml
vendored
2
.github/workflows/licensecheck.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
run: |
|
||||
{
|
||||
echo 'CHECK_RESULT<<EOF'
|
||||
licensecheck *.go */*.go
|
||||
find -name "*.go" | sort | xargs licensecheck
|
||||
echo EOF
|
||||
} >> "$GITHUB_ENV"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue