Skip to content

feat(todo-list-example): improve the todo-list template #303

feat(todo-list-example): improve the todo-list template

feat(todo-list-example): improve the todo-list template #303

Workflow file for this run

name: 'Lint PR Title'
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
branches:
- main
jobs:
lint-title:
runs-on: ubuntu-latest
steps:
- uses: ArcBlock/action-lint-pull-request-title@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}