Skip to content

Fixed: Improved error handling for invalid JSON in global_config.json #501

Fixed: Improved error handling for invalid JSON in global_config.json

Fixed: Improved error handling for invalid JSON in global_config.json #501

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm test