Skip to content

Commit

Permalink
ci: add ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
centaurialpha committed Sep 23, 2024
1 parent 44094b3 commit 4704a09
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
fi
- name: Run Tests
run: |
uv run pytest -vvx
# - name: Lint
# if: runner.os == 'Linux'
# run: |
# make check
run: uv run pytest -vvx

- name: Lint
run: uv run ruff check

0 comments on commit 4704a09

Please sign in to comment.