diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml new file mode 100644 index 0000000..c10b6f8 --- /dev/null +++ b/.github/workflows/reuse.yml @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: 2021 Johannes Siipola +# SPDX-License-Identifier: MIT OR CC0-1.0 + +name: REUSE Compliance Check + +on: [push] + +jobs: + test: + runs-on: ubuntu-20.04 + steps: + - uses: actions/checkout@v2 + - name: REUSE Compliance Check + uses: fsfe/reuse-action@v1