We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac37e04 + 8f60dfc commit 52f2845Copy full SHA for 52f2845
.github/workflows/pull-request.yml
@@ -8,12 +8,10 @@ on:
8
9
jobs:
10
build:
11
-
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
python-version: [3.6]
16
17
steps:
18
- uses: actions/checkout@v2
19
- name: Set up Python ${{ matrix.python-version }}
@@ -26,4 +24,10 @@ jobs:
26
24
pip install tox
27
25
- name: Run Tox
28
run: |
29
- tox -e release
+ tox
+ reuse:
+ runs-on: ubuntu-latest
30
+ steps:
31
+ - uses: actions/checkout@v2
32
+ - name: REUSE Compliance Check
33
+ uses: fsfe/reuse-action@v1
0 commit comments