Skip to content

Rewrite and adapt to Scala 3 features #9

Rewrite and adapt to Scala 3 features

Rewrite and adapt to Scala 3 features #9

Workflow file for this run

name: Scala CLA
on: [pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: ./project/scripts/check-cla.sh
env:
AUTHOR: ${{ github.event.pull_request.user.login }}