1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-19 17:36:50 +00:00

Add REUSE check to CI

This commit is contained in:
Joshua Goins 2024-04-23 15:24:07 -04:00
parent a51792bbe0
commit 85a99fee56

View file

@ -20,3 +20,5 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v3