Compare commits
1 Commits
b55f6115e6
...
b6617ab86f
| Author | SHA1 | Date | |
|---|---|---|---|
| b6617ab86f |
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