There was an error while loading. Please reload this page.
1 parent 39ed89f commit f62217eCopy full SHA for f62217e
1 file changed
.github/workflows/master_cleaner.yml
@@ -15,6 +15,7 @@ jobs:
15
- uses: psf/black@stable
16
with:
17
src: "./ezyrb"
18
+ options: "--check"
19
20
- name: Create Pull Request
21
uses: peter-evans/create-pull-request@v3
@@ -26,4 +27,4 @@ jobs:
26
27
There appear to be some python formatting errors in ${{ github.sha }}. This pull request
28
uses the [psf/black](https://github.com/psf/black) formatter to fix these issues.
29
base: ${{ github.head_ref }} # Creates pull request onto pull request or commit branch
- branch: actions/black
30
+ branch: actions/black
0 commit comments