Skip to content

ci: move lint commit to its own workflow #1

ci: move lint commit to its own workflow

ci: move lint commit to its own workflow #1

Workflow file for this run

name: Lint Commit
on:
pull_request:
- open
- synchronize
- edit
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