Prepare helper function to get safe context for vpp operations #1359
Workflow file for this run
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: ci | |
on: | |
pull_request: | |
push: | |
branches: | |
- 'release/**' | |
jobs: | |
yamllint: | |
uses: networkservicemesh/.github/.github/workflows/yamllint.yaml@main | |
build-and-test: | |
uses: networkservicemesh/.github/.github/workflows/build-and-test.yaml@main | |
with: | |
os: '["ubuntu-latest", "macos-latest", "windows-latest"]' | |
golangci-lint: | |
uses: networkservicemesh/.github/.github/workflows/golangci-lint.yaml@main | |
exclude-fmt-errorf: | |
uses: networkservicemesh/.github/.github/workflows/exclude-fmt-errorf.yaml@main | |
restrict-nsm-deps: | |
uses: networkservicemesh/.github/.github/workflows/restrict-nsm-deps.yaml@main | |
with: | |
allowed_repositories: "api, sdk, sdk-kernel, govpp, vpphelper" | |
checkgomod: | |
uses: networkservicemesh/.github/.github/workflows/checkgomod.yaml@main | |
exclude-replace: | |
uses: networkservicemesh/.github/.github/workflows/exclude-replace.yaml@main | |
captureRunEnv: | |
name: Capture CI Run Env | |
runs-on: ubuntu-latest | |
steps: | |
- run: printenv |