Skip to content

Commit ac81437

Browse files
committed
add license check GH workflow
Signed-off-by: Dana Halperin <[email protected]>
1 parent 16ae17c commit ac81437

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: License Check
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches: [main, master]
7+
8+
jobs:
9+
call-license-check:
10+
uses: Mellanox/cloud-orchestration-reusable-workflows/.github/workflows/license-check-reusable.yml@main

0 commit comments

Comments
 (0)