8000 rename import of typescript-eslint · typescript-eslint/typescript-eslint@90ac2e4 · GitHub
[go: up one dir, main page]

Skip to content

chore(typescript-eslint): correct naming of import of typescript-eslint in test #8980

chore(typescript-eslint): correct naming of import of typescript-eslint in test

chore(typescript-eslint): correct naming of import of typescript-eslint in test #8980

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