mirror of
https://github.com/anomalyco/opencode-sdk-python.git
synced 2026-05-17 12:42:25 +00:00
chore(internal): codegen related update
This commit is contained in:
parent
9fa8fed284
commit
e10bc2dcbd
1 changed files with 7 additions and 2 deletions
|
|
@ -4,8 +4,13 @@ set -e
|
|||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
echo "==> Running lints"
|
||||
rye run lint
|
||||
if [ "$1" = "--fix" ]; then
|
||||
echo "==> Running lints with --fix"
|
||||
rye run fix:ruff
|
||||
else
|
||||
echo "==> Running lints"
|
||||
rye run lint
|
||||
fi
|
||||
|
||||
echo "==> Making sure it imports"
|
||||
rye run python -c 'import opencode_ai'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue