Skip to content

Commit c362b45

Browse files
ci: lint pull request title (#24)
* ci: lint pull request title * Update .github/workflows/lint-pr.yml Co-authored-by: Anbraten <[email protected]> Co-authored-by: Anbraten <[email protected]>
1 parent 0af24e9 commit c362b45

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/lint-pr.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: 'Lint PR'
2+
3+
on:
4+
pull_request_target:
5+
types:
6+
- opened
7+
- edited
8+
- synchronize
9+
10+
jobs:
11+
main:
12+
runs-on: ubuntu-latest
13+
steps:
14+
# https://github.com/amannn/action-semantic-pull-request/releases
15+
- uses: amannn/[email protected]
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)