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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 4781 additions and 4780 deletions

2
.gitattributes vendored
View File

@ -1,3 +1,3 @@
/src/init/* text eol=lf
*.sh text eol=lf
/docs/.vuepress/public/config-schema.json text eol=lf
/.github/config-schema.json text eol=lf

4774
.github/config-schema.json vendored Normal file

File diff suppressed because it is too large Load Diff

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

View File

@ -154,7 +154,7 @@ dprint fmt
Editor plugins/functionality may help you run these automatically so that you don't accidentally create a PR that fails.
If your changes cause changes to the configuration, you will need to update the configuration schema in `docs/.vuepress/public/config-schema.json` with `cargo run --features config-schema -- config-schema > docs/.vuepress/public/config-schema.json`.
If your changes cause changes to the configuration, you will need to update the configuration schema in `.github/config-schema.json` with `cargo run --features config-schema -- config-schema > .github/config-schema.json`.
## Testing
@ -293,7 +293,7 @@ everyone remember what they are. Don't worry: most of them are quite simple!
- [ ] Add the variable to the appropriate location in the "Default Prompt
Format" section of the documentation
- [ ] Add an appropriate choice of options to each preset in `docs/presets/README.md`
- [ ] Update the config file schema by running `cargo run --features config-schema -- config-schema > docs/.vuepress/public/config-schema.json`
- [ ] Update the config file schema by running `cargo run --features config-schema -- config-schema > .github/config-schema.json`
- [ ] Create configs structs/traits in `src/configs/<module>.rs` and add the
following:
- [ ] An entry in `PROMPT_ORDER` (`src/configs/starship_root.rs`)

View File

@ -16,7 +16,7 @@ include = [
"LICENSE",
"/README.md",
"docs/.vuepress/public/presets/toml/",
"docs/.vuepress/public/config-schema.json",
".github/config-schema.json",
]
keywords = ["prompt", "shell", "bash", "fish", "zsh"]
license = "ISC"

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
../../../.github/config-schema.json