Skip to content

Commit 0d1a9bb

Browse files
authored
Change Black action option from --check to --verbose
1 parent bff13c3 commit 0d1a9bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/master_cleaner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: psf/black@stable
1616
with:
17-
options: "--check"
17+
options: "--verbose"
1818
src: "./ezyrb"
1919

2020
- name: Create Pull Request

0 commit comments

Comments
 (0)