Skip to content

Commit 06b547f

Browse files
committed
Refurb: force GitHub format (annotate PR)
1 parent bff31a5 commit 06b547f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
pip install --upgrade refurb
9797
- name: Lint with refurb
9898
run: |
99-
refurb exec_helpers
99+
refurb --format github exec_helpers
100100
Test:
101101
needs: [PEP8, PyLint, MyPy, Black, Refurb] # isort is broken
102102
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)