Skip to content

chore(deps): bump peter-evans/create-pull-request from 6 to 7 #417

chore(deps): bump peter-evans/create-pull-request from 6 to 7

chore(deps): bump peter-evans/create-pull-request from 6 to 7 #417

Workflow file for this run

name: Lint Commit
on:
pull_request:
types:
- opened
- reopened
- synchronize
- edited
jobs:
commitlint:
runs-on: ubuntu-latest
name: commitlint
steps:
- uses: actions/checkout@v4
- name: Install Deps
run: yarn install
- name: Lint PR Title
run: echo "${{ github.event.pull_request.title }}" | yarn commitlint