Skip to content

Update actions

Update actions #73

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
# checks unit tests, package coverage, and gosec
common:
name: Run gosec, unit tests, and check package coverage
uses: dell/common-github-actions/.github/workflows/go-common.yml@main

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

View workflow run for this annotation

GitHub Actions / .github/workflows/common-workflows.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/common-workflows.yaml" -> "dell/common-github-actions/.github/workflows/go-common.yml@main" : failed to fetch workflow: workflow was not found.