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