enbas/.forgejo/workflows/reuse.yaml
Dan Anglin ea5dc23b93
Some checks failed
REUSE Compliance Check / check (pull_request) Failing after 50s
ci: add workflow for REUSE Compliance Check
2024-08-16 15:15:57 +01:00

18 lines
334 B
YAML

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