From 148c33e4e9b7b60385c1985cef5eb3a82df36251 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sun, 8 Dec 2024 04:34:59 +0900 Subject: [PATCH] Setting up REUSE: fix reuse.yml Signed-off-by: Suguru Hirahara --- .github/workflows/reuse.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index 18070264281..7128556fe37 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -5,14 +5,16 @@ --- name: REUSE Compliance Check -on: [push, pull_request] +on: # yamllint disable-line rule:truthy + push: + pull_request: jobs: reuse-compliance-check: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v4 + - name: Checkout + uses: actions/checkout@v4 - - name: REUSE Compliance Check - uses: fsfe/reuse-action@v5 + - name: REUSE Compliance Check + uses: fsfe/reuse-action@v5