Skip to content

Commit

Permalink
feat: ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
yassun7010 committed Nov 20, 2024
1 parent ece88c2 commit 13959bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version-file: ".python-version"
- run: uv sync --all-extras --dev
- run: uv run ruff format --check
- run: uv run ruff check --no-fix
- run: uv run pytest

0 comments on commit 13959bd

Please sign in to comment.