ci: Add REUSE check to CI

This commit is contained in:
Lars Toenning
2024-12-03 10:14:13 +01:00
parent beda863473
commit 0752de8f09

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