Skip to content

chore(deps-dev): bump eslint from 8.57.0 to 9.12.0 in /apps/cloudinary2 #13332

chore(deps-dev): bump eslint from 8.57.0 to 9.12.0 in /apps/cloudinary2

chore(deps-dev): bump eslint from 8.57.0 to 9.12.0 in /apps/cloudinary2 #13332

name: "Lint Pull Requests"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
branches:
- 'main'
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}