Skip to content

chore(deps): bump eslint-plugin-cypress from 2.15.1 to 3.2.0 #152

chore(deps): bump eslint-plugin-cypress from 2.15.1 to 3.2.0

chore(deps): bump eslint-plugin-cypress from 2.15.1 to 3.2.0 #152

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 }}