Skip to content

Commit d39fc4a

Browse files
authored
Add pretty ruff check output format in github
1 parent 41cb15b commit d39fc4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
pip install -r requirements.txt
3535
- name: Format check with ruff
3636
run: |
37-
ruff check .
37+
ruff check . --output-format=github
3838
3939
test:
4040
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)