Skip to content

fix(typescript-estree): if the template literal is tagged and the text has an invalid escape, cooked will be null #163

fix(typescript-estree): if the template literal is tagged and the text has an invalid escape, cooked will be null

fix(typescript-estree): if the template literal is tagged and the text has an invalid escape, cooked will be null #163

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/breaking-pr-check
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}