enbas/.forgejo/workflows/REUSE_Compliance_Checks.yaml
Dan Anglin 72ab61e28b
Some checks failed
Tests / test (pull_request) Failing after 5s
checkpoint: add workflow for tests
2024-08-17 16:35:27 +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