ci: Add REUSE check to CI

This commit is contained in:
Lars Toenning
2024-12-03 10:14:13 +01:00
parent 417d4b0f74
commit 3f9d11687b

View File

@@ -59,6 +59,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install REUSE
run: |
pip install reuse==4.0.3
- name: Run REUSE lint
run: reuse lint
- name: Run clang-format
run: |
scripts/run_clang_format.py