From f54677f3d2cb91739801c77455a58c869f50d400 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Wed, 21 Jun 2023 14:11:30 +0200 Subject: [PATCH] fix: use fsfe reuse docker image directly Signed-off-by: Tilman Vatteroth --- .github/workflows/reuse.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index 27c76ca53..cf125f8fe 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -13,7 +13,10 @@ on: jobs: reuse: runs-on: ubuntu-latest + container: + image: fsfe/reuse:1.1.2 steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - - name: REUSE Compliance Check - uses: fsfe/reuse-action@e7a435374d26d54b324fa6699d8eafb076340dfd # v1.2.0 + + - name: Run linter + run: reuse lint