Add the --diff flag to black to show what should change

This commit is contained in:
Pim van Pelt
2022-04-22 13:09:09 +00:00
parent 9ee9a32693
commit 1b49059ffb

View File

@ -9,6 +9,6 @@ jobs:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --verbose"
options: "--check --verbose --diff"
src: ". vppcfg"