diff --git a/.github/workflows/reuse-compliance.yml b/.github/workflows/reuse-compliance.yml new file mode 100644 index 00000000..14a9f95c --- /dev/null +++ b/.github/workflows/reuse-compliance.yml @@ -0,0 +1,37 @@ +# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. , 2024 Deutsche Telekom AG +# +# SPDX-License-Identifier: CC0-1.0 + +name: REUSE Compliance Check + +on: + push: + branches: + - main + - develop + + pull_request: + branches: + - main + - develop + + schedule: + # Weekly on Saturdays at 1:30AM + - cron: '30 1 * * 6' + +# Set default permission for all jobs to none +permissions: {} + +jobs: + test-reuse-compliance: + runs-on: ubuntu-22.04 + + permissions: + contents: read + + steps: + - name: "Checkout Repository" + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + + - name: "Run REUSE Compliance Check" + uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5.0.0 \ No newline at end of file diff --git a/README.md b/README.md index bdd2438d..4abf7fe8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Maven Central](https://img.shields.io/maven-central/v/sk.ainet.core/skainet-lang-core.svg)](https://central.sonatype.com/artifact/sk.ainet.core/skainet-lang-core) [![GitHub Contributors](https://img.shields.io/github/contributors/SKaiNET-developers/SKaiNET)](https://github.com/SKaiNET-developers/SKaiNET/graphs/contributors) [![DeepWiki](https://img.shields.io/badge/DeepWiki-View%20Docs-blue?logo=readthedocs&logoColor=white)](https://deepwiki.com/SKaiNET-developers/SKaiNET) +[REUSE status](https://api.reuse.software/badge/github.com/SKaiNET-developers/SKaiNET)](https://api.reuse.software/badge/github.com/SKaiNET-developers/SKaiNET) SKaiNET logo