Skip to content

Commit

Permalink
split ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed May 29, 2024
1 parent 8e4fdbd commit 0989921
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name: Tests
on: [push, pull_request]

jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
test:
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -31,4 +36,4 @@ jobs:
run: poetry install
- name: Pytest
run: |
poetry run pytest --isort --ruff --ruff-format
poetry run pytest --isort

0 comments on commit 0989921

Please sign in to comment.