mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 06:45:37 +08:00
ci: Add REUSE check to CI
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user