Skip to content

chore(deps-dev): bump eslint from 9.39.4 to 10.3.0 #19

chore(deps-dev): bump eslint from 9.39.4 to 10.3.0

chore(deps-dev): bump eslint from 9.39.4 to 10.3.0 #19

Workflow file for this run

name: "PR Title Linter"
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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
fix
feat
chore
docs
style
refactor
perf
test