Skip to content

Commit aae717d

Browse files
committed
change ci
1 parent a4a223c commit aae717d

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/workflows/ci-test.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,21 @@ on:
55

66
jobs:
77

8-
json-lint:
8+
json-lint-nodes:
99
runs-on: ubuntu-latest
10-
name: 'JSON lint'
10+
name: 'JSON lint nodes'
1111
steps:
1212
- uses: actions/checkout@v3
1313
- run: docker pull cytopia/jsonlint
14-
- run: docker run --rm -t -v $(pwd):/data cytopia/jsonlint -t ' ' '*.json'
14+
- run: docker run --rm -t -v $(pwd):/data cytopia/jsonlint -t ' ' 'node/*.json'
15+
16+
json-lint-relations:
17+
runs-on: ubuntu-latest
18+
name: 'JSON lint relations'
19+
steps:
20+
- uses: actions/checkout@v3
21+
- run: docker pull cytopia/jsonlint
22+
- run: docker run --rm -t -v $(pwd):/data cytopia/jsonlint -t ' ' 'relation/*.json'
1523

1624
markdown-lint:
1725
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)