We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcae196 commit 504779eCopy full SHA for 504779e
terraform/pipelines/modules/codepipeline/buildspecs/formatcheck.yml
@@ -15,7 +15,7 @@ phases:
15
build:
16
commands:
17
- echo "Running black format check..."
18
- - black --check src/ # Check formatting without modifying files
+ - black --check . # Check formatting without modifying files
19
post_build:
20
21
- echo "Format check completed."
0 commit comments