Skip to content

Commit ec8c056

Browse files
committed
added license check action
1 parent 1ef7c40 commit ec8c056

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/common-workflows.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ jobs:
1515
common:
1616
name: Quality Checks
1717
uses: dell/common-github-actions/.github/workflows/go-common.yml@main
18+
19+
check-license-header:
20+
name: Check License Header
21+
uses: dell/common-github-actions/.github/workflows/check-license-header.yaml@feature/license-validation
22+

0 commit comments

Comments
 (0)