feat: initial implementation #5
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