Skip to content

Commit

Permalink
add ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
zouter committed May 23, 2024
1 parent 5453e69 commit 7ca6abb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
run: python -c "import chromatinhd"
- name: test install
run: pip install -e .[test]
- name: ruff
run: ruff check --format=github .
# - uses: jpetrucciani/ruff-check@main
- name: test
run: pytest
# - run: mkdocs gh-deploy --force

0 comments on commit 7ca6abb

Please sign in to comment.