Skip to content

build(deps-dev): bump eslint from 8.57.0 to 9.36.0 #279

build(deps-dev): bump eslint from 8.57.0 to 9.36.0

build(deps-dev): bump eslint from 8.57.0 to 9.36.0 #279

Workflow file for this run

name: PR Validation
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
permissions:
contents: read # for checkout
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}