From cfe13687ba5c5571ab2d8addd054ab256376e403 Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Tue, 27 Feb 2024 11:38:45 +0100 Subject: [PATCH] activate v3 workflow test --- .github/workflows/selftest.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/selftest.yml b/.github/workflows/selftest.yml index 70ab458..27e74ad 100644 --- a/.github/workflows/selftest.yml +++ b/.github/workflows/selftest.yml @@ -46,11 +46,11 @@ jobs: uses: fsfe/reuse-action@v2 with: args: lint --json - # test-v3: - # runs-on: ubuntu-latest - # steps: - # - uses: actions/checkout@v4 - # - name: REUSE Compliance Check - # uses: fsfe/reuse-action@v3 - # with: - # args: lint --json + test-v3: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: REUSE Compliance Check + uses: fsfe/reuse-action@v3 + with: + args: lint --json