Ver a proveniência
Add GitHub Action "REUSE Compliance Check"
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4145/head
Suguru Hirahara
há 1 ano
ascendente
cometimento
416d560ffe
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: E4F9743DAB4B7B75
1 ficheiros alterados com
20 adições e
0 eliminações
-
.github/workflows/reuse.yml
|
|
|
@@ -0,0 +1,20 @@ |
|
|
|
# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org> |
|
|
|
# |
|
|
|
# SPDX-License-Identifier: CC0-1.0 |
|
|
|
--- |
|
|
|
name: REUSE Compliance Check |
|
|
|
|
|
|
|
on: [push, pull_request] # yamllint disable-line rule:truthy |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
jobs: |
|
|
|
reuse-compliance-check: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: Checkout |
|
|
|
uses: actions/checkout@v4 |
|
|
|
|
|
|
|
- name: REUSE Compliance Check |
|
|
|
uses: fsfe/reuse-action@v5 |