Skip to content

chore(deps-dev): bump eslint from 8.57.1 to 9.37.0 #14

chore(deps-dev): bump eslint from 8.57.1 to 9.37.0

chore(deps-dev): bump eslint from 8.57.1 to 9.37.0 #14

name: Validate Conventional Commits
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
validate-commits:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Validate commit messages
uses: wagoid/commitlint-github-action@v6
with:
configFile: .commitlintrc.json