From 9a1e5e2ebe59a8db4fced7c42cb75931e0c99bad Mon Sep 17 00:00:00 2001 From: Bonsung Koo Date: Tue, 28 Jan 2025 15:41:29 +1300 Subject: [PATCH 1/3] Fixing mistype. #51 --- .github/workflows/build-validator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-validator.yml b/.github/workflows/build-validator.yml index f4fe839..47405c5 100644 --- a/.github/workflows/build-validator.yml +++ b/.github/workflows/build-validator.yml @@ -1,7 +1,7 @@ name: Validate Build on: - pull_reuqest: + pull_request: types: [opened, synchronize, reopened] jobs: From f309a77b05516a1292f41dd9ff5db2840972e7a6 Mon Sep 17 00:00:00 2001 From: Bonsung Koo Date: Tue, 28 Jan 2025 15:49:26 +1300 Subject: [PATCH 2/3] Fixing case sensitive. --- .../src/domain/place/get/places/{getPlacesUsecase.ts => Place} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename functions/src/domain/place/get/places/{getPlacesUsecase.ts => Place} (100%) diff --git a/functions/src/domain/place/get/places/getPlacesUsecase.ts b/functions/src/domain/place/get/places/Place similarity index 100% rename from functions/src/domain/place/get/places/getPlacesUsecase.ts rename to functions/src/domain/place/get/places/Place From dbd37e336c588e96f893e6803ea29e0479ef717c Mon Sep 17 00:00:00 2001 From: Bonsung Koo Date: Tue, 28 Jan 2025 15:51:05 +1300 Subject: [PATCH 3/3] Fixing case sensitiveness. --- .../src/domain/place/get/places/{Place => GetPlacesUsecase.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename functions/src/domain/place/get/places/{Place => GetPlacesUsecase.ts} (100%) diff --git a/functions/src/domain/place/get/places/Place b/functions/src/domain/place/get/places/GetPlacesUsecase.ts similarity index 100% rename from functions/src/domain/place/get/places/Place rename to functions/src/domain/place/get/places/GetPlacesUsecase.ts