mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05: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:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue