Skip to content

Commit 4b774f8

Browse files
authored
chore: Fix whitespace (#19)
1 parent c0f506b commit 4b774f8

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/remark.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ plugins:
3737
- - remark-lint-unordered-list-marker-style
3838
- '-'
3939
- - remark-lint-list-item-indent
40-
- space
40+
- space
4141
# Tables
4242
- remark-lint-table-pipes
4343
- remark-lint-no-literal-urls

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
with:
1515
github_token: ${{ secrets.GITHUB_TOKEN }}
1616
publish_dir: json-schema
17-
destination_dir: ${{ env.GITHUB_REF_SLUG }}
17+
destination_dir: ${{ env.GITHUB_REF_SLUG }}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- run: |
1313
npm install
14-
npm test
14+
npm test

examples/collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@
7070
"rel": "item"
7171
}
7272
]
73-
}
73+
}

examples/item.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@
6464
"template:new_field": "test"
6565
}
6666
}
67-
}
67+
}

json-schema/schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@
190190
"type": "number"
191191
}
192192
}
193-
},
193+
},
194194
"template:another_one": {
195-
"type": "array",
195+
"type": "array",
196196
"items": {
197197
"type": "number"
198198
}
@@ -206,4 +206,4 @@
206206
"additionalProperties": false
207207
}
208208
}
209-
}
209+
}

0 commit comments

Comments
 (0)