ci: clean up and conventions (#52)
This commit is contained in:
19
.github/workflows/pr-lint.yaml
vendored
Normal file
19
.github/workflows/pr-lint.yaml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
name: Pull Request Title Linter
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- edited
|
||||
- reopened
|
||||
- synchronize
|
||||
|
||||
jobs:
|
||||
pr_lint:
|
||||
name: Lint pull request title
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull-requests: write
|
||||
steps:
|
||||
- name: Lint pull request title
|
||||
uses: jef/conventional-commits-pr-action@v1
|
||||
Reference in New Issue
Block a user