👷 add REUSE compliance check
This commit is contained in:
parent
e2a0c11316
commit
cf5fedf7fa
7
.github/workflows/ubuntu.yml
vendored
7
.github/workflows/ubuntu.yml
vendored
@ -140,9 +140,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: venv
|
- uses: actions/setup-python@v3
|
||||||
run: python3 -mvenv venv
|
|
||||||
- name: install REUSE tool
|
- name: install REUSE tool
|
||||||
run: venv/bin/pip3 install reuse
|
run: python -m pip install reuse
|
||||||
- name: REUSE lint
|
- name: REUSE lint
|
||||||
run: venv/bin/reuse lint
|
run: reuse lint
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user