We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae717d commit 5d64ff8Copy full SHA for 5d64ff8
1 file changed
.github/workflows/ci-test.yml
@@ -11,15 +11,15 @@ jobs:
11
steps:
12
- uses: actions/checkout@v3
13
- run: docker pull cytopia/jsonlint
14
- - run: docker run --rm -t -v $(pwd):/data cytopia/jsonlint -t ' ' 'node/*.json'
+ - run: docker run --rm -t -v $(pwd)/node:/data cytopia/jsonlint -t ' ' '*.json'
15
16
json-lint-relations:
17
runs-on: ubuntu-latest
18
name: 'JSON lint relations'
19
20
21
22
- - run: docker run --rm -t -v $(pwd):/data cytopia/jsonlint -t ' ' 'relation/*.json'
+ - run: docker run --rm -t -v $(pwd)/relation:/data cytopia/jsonlint -t ' ' '*.json'
23
24
markdown-lint:
25
0 commit comments