Skip to content

Commit 5537283

Browse files
authoredFeb 27, 2025··
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
 

Diff for: ‎.github/workflows/cla.yml

+8-5
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 }}

Diff for: ‎project/scripts/check-cla.sh

-17
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.