We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a4a350 + 93886ea commit 0a1f0cfCopy full SHA for 0a1f0cf
1 file changed
.github/workflows/python-linting.yaml
@@ -69,7 +69,7 @@ jobs:
69
70
- name: Run Black
71
if: github.event_name == 'pull_request'
72
- uses: reviewdog/action-black@v3.22.2
+ uses: reviewdog/action-black@v3.22.4
73
with:
74
reporter: github-pr-review
75
tool_name: black
@@ -79,7 +79,7 @@ jobs:
79
80
81
if: github.event_name == 'push'
82
83
84
reporter: github-check
85
0 commit comments