Skip to content

Commit cfe1368

Browse files
committed
activate v3 workflow test
1 parent a46482c commit cfe1368

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/selftest.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646
uses: fsfe/reuse-action@v2
4747
with:
4848
args: lint --json
49-
# test-v3:
50-
# runs-on: ubuntu-latest
51-
# steps:
52-
# - uses: actions/checkout@v4
53-
# - name: REUSE Compliance Check
54-
# uses: fsfe/reuse-action@v3
55-
# with:
56-
# args: lint --json
49+
test-v3:
50+
runs-on: ubuntu-latest
51+
steps:
52+
- uses: actions/checkout@v4
53+
- name: REUSE Compliance Check
54+
uses: fsfe/reuse-action@v3
55+
with:
56+
args: lint --json

0 commit comments

Comments
 (0)