Skip to content

Commit

Permalink
ci: allow non-syuilo FileCopyrightText
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 committed May 31, 2024
1 parent 5d7e327 commit 8ccaffc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-spdx-license-id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
check() {
local file="$1"
# SPDX-FileCopyrightText might be other than syuilo for fork changes
if ! (
grep -q "SPDX-FileCopyrightText: syuilo and misskey-project" "$file" ||
grep -q "SPDX-FileCopyrightText: " "$file" ||
grep -q "SPDX-License-Identifier: AGPL-3.0-only" "$file"
); then
echo "Missing: $file"
Expand Down

0 comments on commit 8ccaffc

Please sign in to comment.