diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3a6620..6391d20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,3 +31,13 @@ jobs: - name: Check formatting run: cargo fmt -- --check + + reuse: + name: REUSE Compliance + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v6 + + - name: REUSE lint + uses: fsfe/reuse-action@v6