Skip to content

Commit 676e2d5

Browse files
committed
Bump to reuse v6
1 parent bb774aa commit 676e2d5

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/selftest.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,11 @@ jobs:
7070
uses: fsfe/reuse-action@v5
7171
with:
7272
args: lint --json
73+
test-v6:
74+
runs-on: ubuntu-latest
75+
steps:
76+
- uses: actions/checkout@v4
77+
- name: REUSE Compliance Check
78+
uses: fsfe/reuse-action@v6
79+
with:
80+
args: lint --json

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: GPL-3.0-or-later
44

5-
FROM fsfe/reuse:5
5+
FROM fsfe/reuse:6
66

77
# Copy reuse wrapper used as entrypoint
88
COPY reuse-action-wrapper.sh /bin/reuse-action-wrapper

0 commit comments

Comments
 (0)