enbas/.forgejo/workflows/REUSE_Compliance_Check.yaml
Dan Anglin 9bcb924ac0
All checks were successful
REUSE Compliance Check / check (push) Successful in 5s
ci: add workflow for REUSE Compliance Check
For now the compliance checks will be performed whenever a change is
made on the main branch.
2024-08-16 16:07:53 +01:00

16 lines
296 B
YAML

---
name: REUSE Compliance Check
on:
push:
branches:
- "main"
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