Skip to content

Add functions to get and compare PFMP version #6

Add functions to get and compare PFMP version

Add functions to get and compare PFMP version #6

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
with:
exclude-directory: "inttests"

Check failure on line 19 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: 19, Col: 26): Invalid input, exclude-directory is not defined in the referenced workflow.

Check failure on line 19 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: 19, Col: 26): Invalid input, exclude-directory is not defined in the referenced workflow.