Skip to content

chore(deps-dev): bump eslint from 8.57.0 to 9.31.0 #840

chore(deps-dev): bump eslint from 8.57.0 to 9.31.0

chore(deps-dev): bump eslint from 8.57.0 to 9.31.0 #840

Workflow file for this run

name: Check PR title
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
jobs:
check-pr-title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}