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 c8dcee4 commit bdc06d0
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test v2ray configs json format
name: Test V2ray Configurations

on:
push:
Expand All @@ -19,8 +19,10 @@ jobs:
]
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 20
- name: check json configs format

- name: Validate JSON file formats
run: npm install jsonlint -g > '/dev/null' 2>&1 && jsonlint ./${{ matrix.configs }}/v2ray.json

0 comments on commit bdc06d0

Please sign in to comment.