Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.52.0 to 8.53.1 #1688

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.52.0 to 8.53.1

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.52.0 to 8.53.1 #1688

Workflow file for this run

name: "Lint PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Validate PR title
uses: ./.github/actions/validate-pr-title
with:
title: ${{ github.event.pull_request.title }}