Skip to content

NSM Dashboard initial impl. #6

NSM Dashboard initial impl.

NSM Dashboard initial impl. #6

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: ./react-lint.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

invalid value workflow reference: no version specified
docker-build-and-test:
uses: ./docker-build-and-test-react.yml