ci: add workflow for REUSE Compliance Check
Some checks failed
REUSE Compliance Check / check (pull_request) Failing after 50s

This commit is contained in:
Dan Anglin 2024-08-16 15:15:57 +01:00
parent 0a41516ae9
commit ea5dc23b93
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -0,0 +1,18 @@
---
name: REUSE Compliance Check
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
check:
runs-on: docker
steps:
- name: Checkout Repository
uses: https://code.forgejo.org/actions/checkout@v4
- name: REUSE Compliance Check
uses: https://github.com/fsfe/reuse-action@v4