mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 18:25:21 -04:00
fix: use fsfe reuse docker image directly
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
cf02c35b49
commit
f54677f3d2
1 changed files with 5 additions and 2 deletions
7
.github/workflows/reuse.yml
vendored
7
.github/workflows/reuse.yml
vendored
|
@ -13,7 +13,10 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
reuse:
|
reuse:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: fsfe/reuse:1.1.2
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
- 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue