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