Skip to content

Commit cc12810

Browse files
Fix CLA check
1 parent 443ca87 commit cc12810

File tree

2 files changed

+3
-21
lines changed

2 files changed

+3
-21
lines changed

Diff for: .github/workflows/cla.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ jobs:
44
check:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
8-
- run: ./project/scripts/check-cla.sh
9-
env:
10-
AUTHOR: ${{ github.event.pull_request.user.login }}
7+
- uses: scala/cla-verification-action@main
8+
with:
9+
author: ${{ github.event.pull_request.user.login }}

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

-17
This file was deleted.

0 commit comments

Comments
 (0)