Skip to content

Commit 5537283

Browse files
authored
use standard CLA checker action (#284)
1 parent 8b0e821 commit 5537283

File tree

2 files changed

+8
-22
lines changed

2 files changed

+8
-22
lines changed

.github/workflows/cla.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
name: Scala CLA
2-
on: [pull_request]
1+
name: "Check Scala CLA"
2+
on:
3+
pull_request:
34
jobs:
4-
check:
5+
cla-check:
56
runs-on: ubuntu-latest
67
steps:
7-
- uses: actions/checkout@v2
8-
- run: ./project/scripts/check-cla.sh
8+
- name: Verify CLA
9+
uses: scala/cla-checker@v1
10+
with:
11+
author: ${{ github.event.pull_request.user.login }}

project/scripts/check-cla.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)