Skip to content

fix: compatibility with @tanstack/react-query@^5.100.14 by relying on TypeScript's built-in NoInfer type #1680

fix: compatibility with @tanstack/react-query@^5.100.14 by relying on TypeScript's built-in NoInfer type

fix: compatibility with @tanstack/react-query@^5.100.14 by relying on TypeScript's built-in NoInfer type #1680

Workflow file for this run

name: Lint PR Title
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
main:
name: Lint PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}