We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3b4a4 commit 6d100ccCopy full SHA for 6d100cc
.github/workflows/cla.yml
@@ -0,0 +1,11 @@
1
+name: "Check Scala CLA"
2
+on:
3
+ pull_request:
4
+jobs:
5
+ cla-check:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - name: Verify CLA
9
+ uses: scala/cla-checker@v1
10
+ with:
11
+ author: ${{ github.event.pull_request.user.login }}
0 commit comments