From f36b5587dda8be2b5b450df261989fc1e1eaec80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?A=C3=AFssata=20Ma=C3=AFga?= Date: Wed, 10 Dec 2025 15:39:31 +0100 Subject: [PATCH 1/3] common action for reuse --- reuse/action.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 reuse/action.yml diff --git a/reuse/action.yml b/reuse/action.yml new file mode 100644 index 0000000..2461084 --- /dev/null +++ b/reuse/action.yml @@ -0,0 +1,11 @@ +name: Reuse +description: Check licences with reuse + +runs: + using: composite + steps: + - name: install REUSE + run: pipx install reuse + + - name: Check compliance + run: reuse lint From c5227260a3f9bdf09f63d7874ea118b16a319394 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?A=C3=AFssata=20Ma=C3=AFga?= Date: Wed, 10 Dec 2025 15:46:59 +0100 Subject: [PATCH 2/3] shell --- reuse/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reuse/action.yml b/reuse/action.yml index 2461084..da04fcd 100644 --- a/reuse/action.yml +++ b/reuse/action.yml @@ -5,7 +5,9 @@ runs: using: composite steps: - name: install REUSE + shell: bash run: pipx install reuse - name: Check compliance + shell: bash run: reuse lint From db00a39d68886f87d623f49e3d7ab30f178706c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?A=C3=AFssata=20Ma=C3=AFga?= Date: Thu, 18 Dec 2025 14:46:39 +0100 Subject: [PATCH 3/3] source path --- reuse/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reuse/action.yml b/reuse/action.yml index da04fcd..5614961 100644 --- a/reuse/action.yml +++ b/reuse/action.yml @@ -11,3 +11,7 @@ runs: - name: Check compliance shell: bash run: reuse lint + + - name: Source reuse + shell: bash + run: pipx ensurepath