Skip to content

fix: fix the broken CI pipeline #2

fix: fix the broken CI pipeline

fix: fix the broken CI pipeline #2

Workflow file for this run

name: Lint Commit Messages
on:
pull_request:
push:
branches-ignore:
- dependabot/**
jobs:
commitlint:
name: Check Commit Messages
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/[email protected]
- name: Setup and Run Commitlint
uses: wagoid/[email protected]