Skip to content

Commit 1be0b7e

Browse files
authored
chore: Adding CLA check
1 parent c93a059 commit 1be0b7e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/cla.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Check CLA
2+
on:
3+
- pull_request
4+
5+
jobs:
6+
check-cla:
7+
runs-on: ubuntu-latest
8+
name: Verify contributor
9+
10+
steps:
11+
- env:
12+
GITHUB_USER: ${{ github.actor }}
13+
uses: tidev/tidev-cla-action@v1

0 commit comments

Comments
 (0)