Skip to content

feat: use @arcblock/pm2.io instead of @pm2/io #5

feat: use @arcblock/pm2.io instead of @pm2/io

feat: use @arcblock/pm2.io instead of @pm2/io #5

Workflow file for this run

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