Skip to content

Commit 9776e04

Browse files
FriendseekerWojciechMazur
authored andcommitted
Use new Scala CLA (#43)
1 parent 08258cd commit 9776e04

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

.github/workflows/check-cla.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Check CLA
33
on: [pull_request]
44
jobs:
55
check-cla:
6-
runs-on: ubuntu-22.04
6+
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v3
9-
- run: ./scripts/check-cla.sh
8+
- uses: scala/cla-checker@v1
9+
with:
10+
author: ${{ github.event.pull_request.user.login }}

scripts/check-cla.sh

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

0 commit comments

Comments
 (0)