feat: initial implementation #5

Merged
jank merged 21 commits from main into release 2025-04-09 16:25:18 +00:00
Showing only changes of commit aa1601e751 - Show all commits

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