revert(schema): move config-schema back into .github folder (#3886)

This reverts PR #3878 / commit 094f982df1.
This commit is contained in:
David Knaack
2022-04-18 17:42:47 +02:00
committed by GitHub
parent 6a187dcbd7
commit 9b2ce4240c
6 changed files with 4781 additions and 4780 deletions
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -149,10 +149,10 @@ jobs:
override: true
- name: Run | Generate Schema
run: cargo run --locked --features config-schema -- config-schema > docs/.vuepress/public/config-schema.json
run: cargo run --locked --features config-schema -- config-schema > .github/config-schema.json
- name: Check | Detect Changes
run: git diff --exit-code docs/.vuepress/public/config-schema.json
run: git diff --exit-code .github/config-schema.json
# Run tests on Linux, macOS, and Windows
# On both Rust stable and Rust nightly