Skip to content

Exclude files from Scala's library-aux to prepare for 2.13.14. #2838

Exclude files from Scala's library-aux to prepare for 2.13.14.

Exclude files from Scala's library-aux to prepare for 2.13.14. #2838

Workflow file for this run

name: CLA
on: [pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: ./ci/check-cla.sh "${{ github.event.pull_request.user.login }}"