Skip to content

Commit 387ecef

Browse files
committed
feat: move to src dir
1 parent 72c7f34 commit 387ecef

File tree

21 files changed

+7
-7
lines changed

21 files changed

+7
-7
lines changed

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
uses: EnricoMi/publish-unit-test-result-action@v2
3838
if: always()
3939
with:
40-
junit_files: junit_report.xml
40+
files: junit_report.xml
File renamed without changes.
File renamed without changes.

array_string/greatest_common_divisor_of_strings/__init__.py renamed to src/array_string/greatest_common_divisor_of_strings/__init__.py

File renamed without changes.

array_string/greatest_common_divisor_of_strings/solution.py renamed to src/array_string/greatest_common_divisor_of_strings/solution.py

File renamed without changes.

array_string/kids_with_the_greatest_number_of_candies/__init__.py renamed to src/array_string/kids_with_the_greatest_number_of_candies/__init__.py

File renamed without changes.

array_string/kids_with_the_greatest_number_of_candies/solution.py renamed to src/array_string/kids_with_the_greatest_number_of_candies/solution.py

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)