Skip to content

fix(ci): add "shebang" for bump_version.sh [skip ci] #224

fix(ci): add "shebang" for bump_version.sh [skip ci]

fix(ci): add "shebang" for bump_version.sh [skip ci] #224

Workflow file for this run

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