Skip to content

Commit 315795c

Browse files
committed
Fix ruff check in GitHub action
1 parent 49c410e commit 315795c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python -m pip install -r requirements.txt
2424
python -m pip install requests-toolbelt ruff mypy typing_extensions types-networkx types-requests pytest numpy
2525
- name: Lint with Ruff
26-
run: ruff --output-format=github .
26+
run: ruff check --output-format=github .
2727
- run: |
2828
mypy metafold
2929
mypy --check-untyped-defs tests/test_func.py

0 commit comments

Comments
 (0)