Skip to content

E2E for CSI-PowerMax driver with minimal CR #430

E2E for CSI-PowerMax driver with minimal CR

E2E for CSI-PowerMax driver with minimal CR #430

name: Workflow
# 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