WIP: feat: Expose json schema for config file #30

Draft
martin wants to merge 3 commits from schema-rs into main
Owner
No description provided.
martin self-assigned this 2026-08-16 16:37:16 +00:00
feat: Expose json schema for config file
Some checks failed
ci/woodpecker/push/verify Pipeline was successful
ci/woodpecker/pr/pr-review Pipeline was successful
ci/woodpecker/pr/global-rust-verify Pipeline failed
dfdd1c5f55
Package schema in Nix
Some checks failed
ci/woodpecker/pr/pr-review Pipeline was successful
ci/woodpecker/pr/global-rust-verify Pipeline failed
ci/woodpecker/push/verify Pipeline was successful
f6579a9028
Fix clippy warnings
All checks were successful
ci/woodpecker/push/verify Pipeline was successful
ci/woodpecker/pr/pr-review Pipeline was successful
ci/woodpecker/pr/global-rust-verify Pipeline was successful
603bc3e7d5
All checks were successful
ci/woodpecker/push/verify Pipeline was successful
ci/woodpecker/pr/pr-review Pipeline was successful
ci/woodpecker/pr/global-rust-verify Pipeline was successful
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin schema-rs:schema-rs
git switch schema-rs

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff schema-rs
git switch schema-rs
git rebase main
git switch main
git merge --ff-only schema-rs
git switch schema-rs
git rebase main
git switch main
git merge --no-ff schema-rs
git switch main
git merge --squash schema-rs
git switch main
git merge --ff-only schema-rs
git switch main
git merge schema-rs
git push origin main
Sign in to join this conversation.
No description provided.