Skip to content

feat(icons): update icon set (VIV-1651) #948

feat(icons): update icon set (VIV-1651)

feat(icons): update icon set (VIV-1651) #948

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 }}