Skip to content

Commit 572afce

Browse files
authored
add CLA check (#242)
Check if Canonical's Contributor License Agreement has been signed by the PR author(s). Signed-off-by: Mykola Marzhan <[email protected]>
1 parent de10986 commit 572afce

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/cla-check.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: CLA check
2+
3+
on:
4+
pull_request:
5+
branches: [main]
6+
7+
jobs:
8+
cla-check:
9+
runs-on: ubuntu-22.04
10+
steps:
11+
- name: Check if Canonical's Contributor License Agreement has been signed
12+
uses: canonical/has-signed-canonical-cla@v1

0 commit comments

Comments
 (0)