Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.5.0 to 6.6.0 #433

build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.5.0 to 6.6.0

build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.5.0 to 6.6.0 #433

Workflow file for this run

name: Check PR Title
on:
pull_request:
branches: [main]
types: [edited, opened, reopened, synchronize]
jobs:
test:
name: PR Title Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check Title
uses: ExpediaGroup/github-helpers@v1
with:
helper: check-pr-title
pull_number: ${{ github.event.pull_request.number }}
github_token: ${{ secrets.GITHUB_TOKEN }}