Skip to content

Commit 0175b00

Browse files
Fix CLA check
1 parent 327e1f2 commit 0175b00

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/cla.yml

Lines changed: 3 additions & 4 deletions
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@v4
8-
- run: ./project/scripts/check-cla.sh
9-
env:
10-
AUTHOR: ${{ github.event.pull_request.user.login }}
7+
- uses: scala/cla-verification-action
8+
with:
9+
author: ${{ github.event.pull_request.user.login }}

0 commit comments

Comments
 (0)