Skip to content

chore(deps): bump typescript-eslint from 8.55.0 to 8.56.0 #969

chore(deps): bump typescript-eslint from 8.55.0 to 8.56.0

chore(deps): bump typescript-eslint from 8.55.0 to 8.56.0 #969

Workflow file for this run

name: Semantic Release
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
check_pr_title:
runs-on: ubuntu-latest
steps:
- name: Validate Pull Request title
uses: amannn/action-semantic-pull-request@v1.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}