Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(eslint-plugin): [no-floating-promises] check top-level type assertions (and more) #1424

fix(eslint-plugin): [no-floating-promises] check top-level type assertions (and more)

fix(eslint-plugin): [no-floating-promises] check top-level type assertions (and more) #1424

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 }}