Skip to content

add sbt/setup-sbt and fix cla.yml #27

add sbt/setup-sbt and fix cla.yml

add sbt/setup-sbt and fix cla.yml #27

Workflow file for this run

name: Scala CLA
on: [pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check CLA
uses: scala/cla-checker@v1
with:
author: ${{ github.event.pull_request.user.login }}