mirror of
https://github.com/starship/starship.git
synced 2026-06-21 02:02:14 +07:00
revert(schema): move config-schema back into .github folder (#3886)
This reverts PR #3878 / commit 094f982df1.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user