pull-request-lint/.gitea/workflows/pr.yml
Jan Klattenhoff aa1601e751
Some checks failed
Lint Pull Request / Lint Pr Title (pull_request) Failing after 28s
ci: add pull request linting workflow configuration
2025-04-09 17:17:55 +02:00

13 lines
209 B
YAML

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