Skip to content

Commit 52f2845

Browse files
authored
Merge pull request #28 from fosslight/develop
Update PR action commands
2 parents ac37e04 + 8f60dfc commit 52f2845

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ on:
88

99
jobs:
1010
build:
11-
1211
runs-on: ubuntu-latest
1312
strategy:
1413
matrix:
1514
python-version: [3.6]
16-
1715
steps:
1816
- uses: actions/checkout@v2
1917
- name: Set up Python ${{ matrix.python-version }}
@@ -26,4 +24,10 @@ jobs:
2624
pip install tox
2725
- name: Run Tox
2826
run: |
29-
tox -e release
27+
tox
28+
reuse:
29+
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

Comments
 (0)