Skip to content

Commit c12a7a9

Browse files
committed
different in github then on my fedora add --fix
1 parent c1540a5 commit c12a7a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
pip install ruff tld types-redis types-requests python-dateutil whodap
2727
2828
- name: Run ruff lint
29-
run: ruff check whoisdomain/
29+
run: ruff check --fix whoisdomain/
3030

3131
test:
3232
name: Test on Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)