Skip to content

fix: use correct action package #2

fix: use correct action package

fix: use correct action package #2

Workflow file for this run

name: Commitlint PR
concurrency:
group: commitlint-pr-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Commitlint CLI
uses: yarn add @commitlint/config-conventional --frozen-lockfile
- name: Run Commitlint on PR Title
uses: JulienKode/[email protected]