ci: add action-semantic-pull-request
This commit is contained in:
parent
a6ea697686
commit
38b7d4d112
12
.github/workflows/lint-pr.yml
vendored
Normal file
12
.github/workflows/lint-pr.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
name: Lint PR
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
name: Validate PR title
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: ammann/action-semantic-pull-request@v5
|
||||
Loading…
x
Reference in New Issue
Block a user