Skip to content

Commit 5d64ff8

Browse files
committed
change ci
1 parent aae717d commit 5d64ff8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
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 ' ' 'node/*.json'
14+
- run: docker run --rm -t -v $(pwd)/node:/data cytopia/jsonlint -t ' ' '*.json'
1515

1616
json-lint-relations:
1717
runs-on: ubuntu-latest
1818
name: 'JSON lint relations'
1919
steps:
2020
- uses: actions/checkout@v3
2121
- run: docker pull cytopia/jsonlint
22-
- run: docker run --rm -t -v $(pwd):/data cytopia/jsonlint -t ' ' 'relation/*.json'
22+
- run: docker run --rm -t -v $(pwd)/relation:/data cytopia/jsonlint -t ' ' '*.json'
2323

2424
markdown-lint:
2525
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)