Skip to content

chore(deps): bump eslint-plugin-n from 17.4.0 to 17.9.0 #159

chore(deps): bump eslint-plugin-n from 17.4.0 to 17.9.0

chore(deps): bump eslint-plugin-n from 17.4.0 to 17.9.0 #159

name: Commit Checker
on:
pull_request:
types:
- edited
- opened
- synchronize
- reopened
jobs:
check-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Check Commit Message
uses: aisevim/commit-harmonizer-action@v0.5.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}