ci: add pull request linting workflow configuration
Some checks failed
Lint Pull Request / Lint Pr Title (pull_request) Failing after 28s

This commit is contained in:
Jan K9f 2025-04-09 17:17:55 +02:00
parent 09380fb8d0
commit aa1601e751
Signed by: jank
GPG key ID: B9F475106B20F144

13
.gitea/workflows/pr.yml Normal file
View file

@ -0,0 +1,13 @@
name: "Lint Pull Request"
on:
pull_request:
jobs:
lint:
name: Lint Pr Title
runs-on: ubuntu-latest
steps:
- name: Lint
uses: https://git.kjan.de/actions/pull-request-lint@main