Add .forgejo/workflows/validate.yaml
This commit is contained in:
parent
46a03e3c14
commit
ab7786b459
1 changed files with 20 additions and 0 deletions
20
.forgejo/workflows/validate.yaml
Normal file
20
.forgejo/workflows/validate.yaml
Normal 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
|
Loading…
Add table
Reference in a new issue