We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d39119 commit 02760ecCopy full SHA for 02760ec
.github/workflows/common-workflows.yaml
@@ -1,12 +1,11 @@
1
name: Common Workflows
2
-on: # yamllint disable-line rule:truthy
+on: # yamllint disable-line rule:truthy
3
push:
4
branches: [main]
5
pull_request:
6
branches: ["**"]
7
8
jobs:
9
-
10
# golang static analysis checks
11
go-static-analysis:
12
uses: dell/common-github-actions/.github/workflows/go-static-analysis.yaml@main
@@ -20,5 +19,4 @@ jobs:
20
19
name: Check License Header
21
uses: dell/common-github-actions/.github/workflows/check-license-header.yaml@feature/license-validation
22
with:
23
- config: dell/common-github-actions/.github/configs/.licenserc.yaml@feature/license-validation
24
+ config-path: dell/common-github-actions/.github/configs/.licenserc.yaml@feature/license-validation
0 commit comments