Skip to content

Commit f507ace

Browse files
kadlerabmusse
authored andcommitted
ci: Add PR title linter following conventional commits
See https://www.conventionalcommits.org/en/v1.0.0/ Follow-on to #86
1 parent 45f66a7 commit f507ace

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: "Lint PR"
2+
on:
3+
pull_request:
4+
types:
5+
- opened
6+
- edited
7+
- synchronize
8+
9+
jobs:
10+
main:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: amannn/[email protected]
14+
env:
15+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)