You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: github-pr-review path's black_check_output value (#57)
* fix: github-pr-review path's black_check_output value are stored with regenerate normal value
* read drop regenerated exit code
* fix: filter jupyter warning and improve readme
This commit makes sure that the Jupyter warning that is thrown by black
when Jupyter is not installed and the repo contains `.ipynb` files does
not show in the `BLACK_CHECK_FILE_PATHS` variable. It also adds
documentaiton for the `BLACK_CHECK_FILE_PATHS`.
Co-authored-by: rickstaa <rick.staa@outlook.com>
Copy file name to clipboardExpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,12 @@ Default is github-pr-check.
76
76
77
77
**Optional**. Additional reviewdog flags. Defaults to `""`.
78
78
79
+
## Outputs
80
+
81
+
### `BLACK_CHECK_FILE_PATHS`
82
+
83
+
Contains all the files that would be changed by black.
84
+
79
85
## Format your code
80
86
81
87
This action is meant to annotate any possible changes that would need to be made to make your code adhere to the [black formatting guidelines](github.com/psf/black). It does not apply these changes to your codebase. If you also want to apply the changes to your repository, you can use the [reviewdog/action-suggester](https://github.com/reviewdog/action-suggester). You can find examples of how this is done can be found in [rickstaa/action-black](https://github.com/rickstaa/action-black/)
0 commit comments