Skip to content

Commit

Permalink
Use ruff --check because ruff suggests it
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Jul 21, 2024
1 parent eb14d38 commit 9b80594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
set -ex
ruff format --check .
ruff .
ruff check .
lint-wheel:
name: Check Wheel
Expand Down Expand Up @@ -168,4 +168,4 @@ jobs:
files: 'dist/*.tar.gz;dist/*.whl'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 9b80594

Please sign in to comment.