Skip to content

CSM 1.17 updates (#614) #870

CSM 1.17 updates (#614)

CSM 1.17 updates (#614) #870

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 warning on line 17 in .github/workflows/common-workflows.yaml

View workflow run for this annotation

GitHub Actions / Common Workflows

Workflow syntax warning

In .github/workflows/common-workflows.yaml (Line: 17, Col: 11): Error from called workflow dell/common-github-actions/.github/workflows/go-common.yml@main (Line: 87, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?