From ab7786b45906e2fc873110f2074c9cc9b077d192 Mon Sep 17 00:00:00 2001 From: tommy Date: Sat, 9 Nov 2024 12:50:12 +0000 Subject: [PATCH] Add .forgejo/workflows/validate.yaml --- .forgejo/workflows/validate.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .forgejo/workflows/validate.yaml diff --git a/.forgejo/workflows/validate.yaml b/.forgejo/workflows/validate.yaml new file mode 100644 index 0000000..b238d32 --- /dev/null +++ b/.forgejo/workflows/validate.yaml @@ -0,0 +1,20 @@ +--- +# SPDX-FileCopyrightText: 2024 HÃ¥vard Moen +# +# 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 \ No newline at end of file