Skip to content

feat(vid): port VID from another repo #69

feat(vid): port VID from another repo

feat(vid): port VID from another repo #69

Workflow file for this run

name: Conventional Commit Titles
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
- uses: aslafy-z/conventional-pr-title-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}