Suguru Hirahara 460df3515a
Setting up REUSE: change license statement to CC0-1.0
Computer-generated files cannot be copyrighted, and .gitignore cannot be copyrighted as well.
Example: https://reuse.software/faq/#bulk-license

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-12-08 05:03:56 +09:00

21 lines
425 B
YAML

# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
#
# SPDX-License-Identifier: CC0-1.0
---
name: REUSE Compliance Check
on: # yamllint disable-line rule:truthy
push:
pull_request:
jobs:
reuse-compliance-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v5