Skip to content

Commit 504779e

Browse files
authored
Update formatcheck.yml
1 parent fcae196 commit 504779e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/pipelines/modules/codepipeline/buildspecs/formatcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ phases:
1515
build:
1616
commands:
1717
- echo "Running black format check..."
18-
- black --check src/ # Check formatting without modifying files
18+
- black --check . # Check formatting without modifying files
1919
post_build:
2020
commands:
2121
- echo "Format check completed."

0 commit comments

Comments
 (0)