ci: add pull request linting workflow configuration
Some checks failed
Lint Pull Request / Lint Pr Title (pull_request) Failing after 28s
Some checks failed
Lint Pull Request / Lint Pr Title (pull_request) Failing after 28s
This commit is contained in:
parent
09380fb8d0
commit
aa1601e751
1 changed files with 13 additions and 0 deletions
13
.gitea/workflows/pr.yml
Normal file
13
.gitea/workflows/pr.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue