From 2305720412104535f9c9173a8b6ac3327c84cf0e Mon Sep 17 00:00:00 2001 From: Soim Date: Sat, 19 Jun 2021 20:09:16 +0900 Subject: [PATCH] Add reuse compliance checking Add reuse compliance checking to PR action. --- .github/workflows/pull-request.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 6b85d3f..313993e 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -8,12 +8,10 @@ on: jobs: build: - runs-on: ubuntu-latest strategy: matrix: python-version: [3.6] - steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} @@ -27,3 +25,9 @@ jobs: - name: Run Tox run: | tox -e release + reuse: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: REUSE Compliance Check + uses: fsfe/reuse-action@v1