Skip to content

Added vJUNOS and vROUTER node definitions. #75

Added vJUNOS and vROUTER node definitions.

Added vJUNOS and vROUTER node definitions. #75

name: Node definition schema check
on:
push:
paths:
- 'node-definitions/**/*.yaml'
pull_request:
paths:
- 'node-definitions/**/*.yaml'
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Validations of node definitions
uses: thiagodnf/[email protected]
with:
jsonSchemaFile: validation_schemas/node_definition.json
yamlFiles: node-definitions/**/*.yaml

Check failure on line 24 in .github/workflows/nd_validation.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/nd_validation.yaml

Invalid workflow file

You have an error in your yaml syntax on line 24
- name: Save state
run: echo "{name}={value}" >> $GITHUB_STATE
- name: Set output
run: echo "{name}={value}" >> $GITHUB_OUTPUT