From 02716cf93cae8941e3f4eb2737f2c2a71629d439 Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Tue, 3 Mar 2020 13:50:54 +0100 Subject: [PATCH] update reuse action --- .github/workflows/main.yml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 821c000..ecb2176 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,16 +1,11 @@ -name: CI +name: REUSE Compliance Check -on: [push] +on: [push, pull_request] jobs: - build: - + test: runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: REUSE Compliance check + steps: + - uses: actions/checkout@master + - name: REUSE Compliance Check uses: fsfe/reuse-action@master - with: - cmd: lint - arg: '--include-submodules'