Skip to content

new branch for action testing #22

new branch for action testing

new branch for action testing #22

name: Common Workflows
on: # yamllint disable-line rule:truthy
push:
branches: [main]
pull_request:
branches: ["**"]
jobs:
# golang static analysis checks
go-static-analysis:
uses: dell/common-github-actions/.github/workflows/go-static-analysis.yaml@main
name: Golang Validation
common:
name: Quality Checks
uses: dell/common-github-actions/.github/workflows/go-common.yml@main
check-license-header:
name: Check License Header
uses: dell/common-github-actions/.github/workflows/check-license-header.yaml@feature/license-validation
with:
config-path: ./dell/common-github-actions/.github/configs/.licenserc.yaml

Check failure on line 22 in .github/workflows/common-workflows.yaml

View workflow run for this annotation

GitHub Actions / Common Workflows

Invalid workflow file

The workflow is not valid. .github/workflows/common-workflows.yaml (Line: 22, Col: 20): Invalid input, config-path is not defined in the referenced workflow.