From a2a1b12496bf49e807bc05b9afd02bced11e5f03 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Tue, 17 Dec 2024 14:15:08 +0100 Subject: [PATCH 1/2] docs(readme): Add reuse status badge Signed-off-by: Andy Scherzinger --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e2dc900c3..ea97a244b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ # Nextcloud Forms +[![REUSE status](https://api.reuse.software/badge/github.com/nextcloud/forms)](https://api.reuse.software/info/github.com/nextcloud/forms) ![Downloads](https://img.shields.io/github/downloads/nextcloud-releases/forms/total?style=flat-square) [![Code coverage](https://img.shields.io/codecov/c/github/nextcloud/forms.svg?style=flat-square)](https://codecov.io/gh/nextcloud/forms/) [![Dependabot status](https://img.shields.io/badge/Dependabot-enabled-brightgreen.svg?longCache=true&style=flat-square&logo=dependabot)](https://dependabot.com) From af92fa44bab36181788424b69a0d4622a89d9efc Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Tue, 17 Dec 2024 14:16:11 +0100 Subject: [PATCH 2/2] ci(reuse): Update ci action to latest template from org Signed-off-by: Andy Scherzinger --- .github/workflows/reuse.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index ff2df96d5..d877c3fbb 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -12,9 +12,11 @@ name: REUSE Compliance Check on: [pull_request] jobs: - test: + reuse-compliance-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - name: REUSE Compliance Check - uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5.0.0 + - name: Checkout + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + + - name: REUSE Compliance Check + uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5.0.0