updated powermax sample file and test files #623
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Common Workflows | |
# yamllint sees the below line as a true or false value instead of an 'on' trigger | |
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 |