Skip to content

NSM Dashboard initial impl. #2

NSM Dashboard initial impl.

NSM Dashboard initial impl. #2

Workflow file for this run

---
name: ci
on:
push:
branches:
- 'main'
- 'release/**'
pull_request:
jobs:
yamllint:
uses: networkservicemesh/.github/.github/workflows/yamllint.yaml@main
with:
config_file: "./.yamllint.yml"
shellcheck:
uses: networkservicemesh/.github/.github/workflows/shellcheck.yaml@main