👷 add REUSE compliance check

This commit is contained in:
Niels Lohmann 2022-06-19 10:41:51 +02:00
parent e2a0c11316
commit cf5fedf7fa
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -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