Skip to content

Do not crash when typing a closure with unknown type, since it can occur for erroneous input #19875

Do not crash when typing a closure with unknown type, since it can occur for erroneous input

Do not crash when typing a closure with unknown type, since it can occur for erroneous input #19875

Workflow file for this run

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