Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 7bbfad1

Browse files
authored
build: Add Action to check conventional commit (#6588)
1 parent b39094d commit 7bbfad1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- master
77
pull_request:
8+
types: [opened, synchronize, reopened, edited]
89

910
jobs:
1011
lint:
@@ -16,6 +17,12 @@ jobs:
1617
node-version: 10
1718
- run: npm install
1819
- run: npm run lint
20+
conventional-commit-check:
21+
runs-on: ubuntu-latest
22+
steps:
23+
- uses: amannn/[email protected]
24+
env:
25+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1926
build-test:
2027
runs-on: ubuntu-latest
2128
steps:

0 commit comments

Comments
 (0)