Skip to content

Commit

Permalink
Merge pull request #61 from scala/add-cla-checker
Browse files Browse the repository at this point in the history
add Scala CLA checker
  • Loading branch information
adpi2 authored Jan 21, 2025
2 parents ebfd8ad + b5269a9 commit 8e4e7dc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Check Scala CLA"
on:
pull_request:
jobs:
cla-check:
runs-on: ubuntu-latest
steps:
- name: Verify CLA
uses: scala/cla-checker@v1
with:
author: ${{ github.event.pull_request.user.login }}

0 comments on commit 8e4e7dc

Please # to comment.