Selaa lähdekoodia

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
Andrea Pappacoda 4 vuotta sitten
vanhempi
commit
3041a612cb
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      .github/workflows/ci.yml

+ 6 - 0
.github/workflows/ci.yml

@@ -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