Skip to content

Commit 02760ec

Browse files
committed
updated input
1 parent 0d39119 commit 02760ec

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/common-workflows.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: Common Workflows
2-
on: # yamllint disable-line rule:truthy
2+
on: # yamllint disable-line rule:truthy
33
push:
44
branches: [main]
55
pull_request:
66
branches: ["**"]
77

88
jobs:
9-
109
# golang static analysis checks
1110
go-static-analysis:
1211
uses: dell/common-github-actions/.github/workflows/go-static-analysis.yaml@main
@@ -20,5 +19,4 @@ jobs:
2019
name: Check License Header
2120
uses: dell/common-github-actions/.github/workflows/check-license-header.yaml@feature/license-validation
2221
with:
23-
config: dell/common-github-actions/.github/configs/.licenserc.yaml@feature/license-validation
24-
22+
config-path: dell/common-github-actions/.github/configs/.licenserc.yaml@feature/license-validation

0 commit comments

Comments
 (0)