Add .forgejo/workflows/validate.yaml

This commit is contained in:
Tommy 2024-11-09 12:50:12 +00:00
parent 46a03e3c14
commit ab7786b459
Signed by: Mooo[bot]
GPG key ID: CF3AFE4D5B62BB9A

View file

@ -0,0 +1,20 @@
---
# SPDX-FileCopyrightText: 2024 Håvard Moen <post@haavard.name>
#
# SPDX-License-Identifier: GPL-3.0-only
"on":
pull_request:
push:
branches:
- renovate/*
jobs:
commitlint:
steps:
- uses: actions/checkout@v4
- uses: https://github.com/bugbundle/commits@v1.1.0
reuse:
steps:
- uses: actions/checkout@v4
- uses: https://codeberg.org/umglurf/reuse-action@v1.1.2