fix(website): acquired types are shown in the editor but not reflected in linting #9114
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |