Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ensaremirerol committed Nov 28, 2024
1 parent 1edf502 commit e17cd82
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Python Tests and Ruff
on: [push]

jobs:
uv-example:
test:
name: python
runs-on: ubuntu-latest

Expand All @@ -26,5 +26,8 @@ jobs:
run: |
uv run coverage run -m unittest discover -v -s ./test -p "*_test.py"
- name: Run Ruff
run: uv run ruff check --output-format=github .
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1

0 comments on commit e17cd82

Please sign in to comment.