8000 Merge branch 'main' into return-await-bugs · typescript-eslint/typescript-eslint@c23b3a6 · GitHub
[go: up one dir, main page]

Skip to content

fix(eslint-plugin): [return-await] clean up in-try-catch detection and make autofixes safe #197

fix(eslint-plugin): [return-await] clean up in-try-catch detection and make autofixes safe

fix(eslint-plugin): [return-await] clean up in-try-catch detection and make autofixes safe #197

name: Semantic Breaking Change PR
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
jobs:
main:
name: Validate Breaking Change PR
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare-install
- uses: ./.github/actions/breaking-pr-check
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0