Add the --diff flag to black to show what should change
This commit is contained in:
2
.github/workflows/black.yml
vendored
2
.github/workflows/black.yml
vendored
@ -9,6 +9,6 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: psf/black@stable
|
||||
with:
|
||||
options: "--check --verbose"
|
||||
options: "--check --verbose --diff"
|
||||
src: ". vppcfg"
|
||||
|
||||
|
Reference in New Issue
Block a user