Skip to content

fix tests for node local sbom generation #176

fix tests for node local sbom generation

fix tests for node local sbom generation #176

name: Validate System Test JSON Format
on:
pull_request:
branches:
- master
paths:
- 'system_test_mapping.json'
jobs:
validate_json:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install python
uses: actions/setup-python@v4
with:
python-version: '3.8.13'
cache: 'pip'
- name: Check JSON format
run: |
python3 .github/workflows/scripts/json_validator.py