👷 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
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: venv
|
||||
run: python3 -mvenv venv
|
||||
- uses: actions/setup-python@v3
|
||||
- name: install REUSE tool
|
||||
run: venv/bin/pip3 install reuse
|
||||
run: python -m pip install reuse
|
||||
- name: REUSE lint
|
||||
run: venv/bin/reuse lint
|
||||
run: reuse lint
|
||||
|
||||
Loading…
Reference in New Issue
Block a user