This repository has been archived by the owner on Jan 18, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: move schemas to docs, not include in repo
- Loading branch information
1 parent
dbcc07e
commit b156519
Showing
6 changed files
with
33 additions
and
265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,12 +26,16 @@ jobs: | |
python-version-file: '.python-version' | ||
cache: 'pip' | ||
cache-dependency-path: | | ||
requirements/requirements-dev.txt | ||
requirements/requirements.txt | ||
- name: Install deps including dev | ||
run: uv sync | ||
- uses: extractions/setup-just@v2 | ||
|
||
- name: Pre-commit check | ||
env: | ||
SKIP: generate-config-schemas | ||
run: uv run pre-commit run -a | ||
- name: Install deps | ||
run: uv sync --frozen --no-dev | ||
|
||
- name: Generate schemas | ||
run: just gen-schemas | ||
|
||
- uses: pre-commit/[email protected] | ||
with: | ||
extra_args: -a --hook-stage manual |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
/config.json | ||
/schemas | ||
/schemas_site | ||
/mkdocs-include-markdown-cache | ||
/.cache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.