From 1b4ef9e734e55fb7eec17984fa558a95072337a7 Mon Sep 17 00:00:00 2001 From: Yutaro Sakamoto Date: Mon, 30 Sep 2024 20:04:16 +0900 Subject: [PATCH 1/2] [Fix]: fix test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0e26476..ceacfa3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: with: node-version: "22" cache: "npm" - cache-dependency-path: "infrastructre/package-lock.json" + cache-dependency-path: "infrastructure/package-lock.json" - run: npm ci working-directory: ./infrastructure From 9dae83d5527ebc643c4bb6aa240f73436d3a7dac Mon Sep 17 00:00:00 2001 From: Yutaro Sakamoto Date: Thu, 17 Oct 2024 23:03:01 +0900 Subject: [PATCH 2/2] [Add]: add a submodule of opensource COBOL 4J --- .gitmodules | 3 +++ server/opensourcecobol4j | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 server/opensourcecobol4j diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..54d568b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "server/opensourcecobol4j"] + path = server/opensourcecobol4j + url = https://github.com/yutaro-sakamoto/opensourcecobol4j diff --git a/server/opensourcecobol4j b/server/opensourcecobol4j new file mode 160000 index 0000000..3dcaa5c --- /dev/null +++ b/server/opensourcecobol4j @@ -0,0 +1 @@ +Subproject commit 3dcaa5c3349cef838dc65ab6e967401befc18ce3