mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
Remove licenses used only by public before linting with reuse
This commit is contained in:
parent
16efa0e886
commit
17a5cb9fef
3
.github/workflows/linting.yml
vendored
3
.github/workflows/linting.yml
vendored
@ -68,6 +68,7 @@ jobs:
|
|||||||
# NOTE: This step *must* run last, as it deletes files in `public/`
|
# NOTE: This step *must* run last, as it deletes files in `public/`
|
||||||
# Files in public/ do not yet have full licensing information, so remove them before checking for reuse compliance
|
# Files in public/ do not yet have full licensing information, so remove them before checking for reuse compliance
|
||||||
- name: Prepare for reuse compliance
|
- name: Prepare for reuse compliance
|
||||||
run: rm -rf public/*
|
run: rm -rf public/* LICENSES/LicenseRef-*
|
||||||
|
|
||||||
- name: Check for reuse compliance
|
- name: Check for reuse compliance
|
||||||
uses: fsfe/reuse-action@v5
|
uses: fsfe/reuse-action@v5
|
||||||
|
@ -1 +1 @@
|
|||||||
All rights reserved. No reuse, modification, or redistribution is permitted without explicit permission, excluding uses to access or provide access to PokéRogue.
|
All rights reserved. No reuse, modification, or redistribution is permitted without explicit permission, excluding uses to access, provide access to, or directly refer to PokéRogue.
|
Loading…
Reference in New Issue
Block a user