mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2025-11-04 20:48:29 +00:00
check formatting with black (#99)
* check formatting with black + suggest on pr * test format check * fix test format error suggested by reviewdog[black] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
8
.github/workflows/reviewdog.yml
vendored
8
.github/workflows/reviewdog.yml
vendored
@@ -39,3 +39,11 @@ jobs:
|
||||
with:
|
||||
reporter: github-pr-review
|
||||
level: warning
|
||||
|
||||
- name: format with black
|
||||
run: poetry run black .
|
||||
|
||||
- name: suggester / black
|
||||
uses: reviewdog/action-suggester@v1
|
||||
with:
|
||||
tool_name: black
|
||||
|
||||
Reference in New Issue
Block a user