ci: add reuse job

As mentioned in the previous commit, `reuse lint` can be used to ensure
that copyright information is always present and up to date.

This adds a GitHub Action that does just that, using the official
fsfe/reuse-action
merge-requests/60/head
Andrea Pappacoda 2022-06-01 12:34:04 +07:00
parent cdb240f3d4
commit 3041a612cb
No known key found for this signature in database
GPG Key ID: 4A9208A2455077A7
1 changed files with 6 additions and 0 deletions

@ -24,3 +24,9 @@ jobs:
run: ./.ci/scripts/transifex/docker.sh
env:
TRANSIFEX_API_TOKEN: ${{ secrets.TRANSIFEX_API_TOKEN }}
reuse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: fsfe/reuse-action@v1