Skip to content

chore(ci): fix code coverage pipeline (VIV-000) #1043

chore(ci): fix code coverage pipeline (VIV-000)

chore(ci): fix code coverage pipeline (VIV-000) #1043

Workflow file for this run

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