8000 Used test filename when verifying suggestion, and increased code coverage. · typescript-eslint/typescript-eslint@1e47a9e · GitHub
[go: up one dir, main page]

Skip to content
7634

fix(rule-tester): use cwd option to set base path for tests with file name #4033

fix(rule-tester): use cwd option to set base path for tests with file name

fix(rule-tester): use cwd option to set base path for tests with file name #4033

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