Skip to content

Update: HistoricalHonor.tsx #136

Update: HistoricalHonor.tsx

Update: HistoricalHonor.tsx #136

Workflow file for this run

name: 'Lint PR title'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.SEMANTIC_MESSAGE }}
with:
# Configure which types are allowed.
# Default: https://github.com/commitizen/conventional-commit-types
types: |
fix
feat
docs
style
refactor
perf
test
build
ci
chore
revert