Skip to content

fix: bump eslint from 8.53.0 to 8.55.0 #156

fix: bump eslint from 8.53.0 to 8.55.0

fix: bump eslint from 8.53.0 to 8.55.0 #156

name: "Semantic PR Check"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}