mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 02:57:21 +02:00
11 lines
223 B
YAML
11 lines
223 B
YAML
name: Scala CLA
|
|
on: [pull_request]
|
|
jobs:
|
|
check:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Check CLA
|
|
uses: scala/cla-checker@v1
|
|
with:
|
|
author: ${{ github.event.pull_request.user.login }}
|