Merge pull request #1521 from pietervdvn/feature/reuse-compliance

Feature/reuse compliance
This commit is contained in:
Pieter Vander Vennet 2023-07-27 15:10:53 +02:00 committed by GitHub
commit 701d0a509e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
941 changed files with 4689 additions and 3737 deletions

View file

@ -0,0 +1,11 @@
name: REUSE Compliance Check
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v2