Skip to content

Merge branch 'master' of github.com:miladrahimi/v2ray-docker-compose #126

Merge branch 'master' of github.com:miladrahimi/v2ray-docker-compose

Merge branch 'master' of github.com:miladrahimi/v2ray-docker-compose #126

Workflow file for this run

name: Test v2ray configs json format
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
configs-check:
runs-on: ubuntu-22.04
strategy:
matrix:
configs: [
"v2ray-docker-client",
"v2ray-relay-server",
"v2ray-upstream-server",
"v2ray-caddy-cdn",
"v2ray-nginx-cdn"
]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
- name: check json configs format
run: npm install jsonlint -g > '/dev/null' 2>&1 && jsonlint ./${{ matrix.configs }}/v2ray/config/config.json