Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
miladrahimi committed May 31, 2024
1 parent 876d6c3 commit 5e5ea07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-configs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Test v2ray configs json format

on:
push:
branches: [ master ]
Expand All @@ -11,7 +12,6 @@ jobs:
strategy:
matrix:
configs: [
"v2ray-docker-client",
"v2ray-relay-server",
"v2ray-upstream-server",
"v2ray-caddy-cdn",
Expand All @@ -21,6 +21,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
- name: check json configs format
run: npm install jsonlint -g > '/dev/null' 2>&1 && jsonlint ./${{ matrix.configs }}/config.json
run: npm install jsonlint -g > '/dev/null' 2>&1 && jsonlint ./${{ matrix.configs }}/v2ray.json

0 comments on commit 5e5ea07

Please sign in to comment.