Skip to content

NSM Dashboard initial impl. #5

NSM Dashboard initial impl.

NSM Dashboard initial impl. #5

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
react-lint:
uses: networkservicemesh/cmd-dashboard-ui/.github/workflows/react-lint.yml@main
docker-build-and-test:
uses: networkservicemesh/cmd-dashboard-ui/.github/workflows/docker-build-and-test-react.yml@main

Check failure on line 22 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yaml" -> "networkservicemesh/cmd-dashboard-ui/.github/workflows/docker-build-and-test-react.yml@main" : failed to fetch workflow: workflow was not found.