Do not crash when typing a closure with unknown type, since it can occur for erroneous input #19875
Workflow file for this run
This file contains 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: Check Scala CLA | |
on: | |
pull_request: | |
types: opened | |
branches-ignore: | |
- 'language-reference-stable' | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: ./project/scripts/check-cla.sh | |
env: | |
AUTHOR: ${{ github.event.pull_request.user.login }} |