Skip to content

Commit b4ebc5c

Browse files
authored
CLA Check (#459)
* v1.1.4 * Testing CLA check * Added missing action version * Added CLA check name * Changed CLA name * Fixed cla action name * Fixed cla action version
1 parent f92e24f commit b4ebc5c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/cla.yml

Lines changed: 13 additions & 0 deletions
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: Check CLA
9+
10+
steps:
11+
- env:
12+
GITHUB_USER: ${{ github.actor }}
13+
uses: tidev/tidev-cla-action@v1

0 commit comments

Comments
 (0)