From d30e08f5a2c11cfc163baf338962ebdf60380f3b Mon Sep 17 00:00:00 2001 From: Yaseen <129287372+yaseenaljamal@users.noreply.github.com> Date: Mon, 6 May 2024 13:25:02 +0300 Subject: [PATCH 1/7] Create main.yml https://github.com/usnistgov/FIPS201/files/15219275/JPG_FOR_VISUAL_INSPECTION_ONLY.txt --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1 @@ + From b78c770e95a543272d53c0f54ec8a3748f43b26d Mon Sep 17 00:00:00 2001 From: Yaseen <129287372+yaseenaljamal@users.noreply.github.com> Date: Mon, 6 May 2024 13:49:07 +0300 Subject: [PATCH 2/7] Update main.yml --- .github/workflows/main.yml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8b137891..31a3345b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1 +1,24 @@ - +{ + "image": "mcr.microsoft.com/devcontainers/javascript-node:0-18", + "customizations": { + "vscode": { + "settings": { + "json.schemas": [ + { + "fileMatch": [ + "*/devcontainer-feature.json" + ], + "url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainerFeature.schema.json" + } + ] + }, + "extensions": [ + "mads-hartmann.bash-ide-vscode" + ] + } + }, + "features": { + "ghcr.io/devcontainers/features/docker-in-docker:2": {} + }, + "updateContentCommand": "npm install -g @devcontainers/cli" +} From 40024ec5a0dfde4220b3710b5157dcbc23a3f206 Mon Sep 17 00:00:00 2001 From: Yaseen <129287372+yaseenaljamal@users.noreply.github.com> Date: Mon, 6 May 2024 13:53:06 +0300 Subject: [PATCH 3/7] Update main.yml --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 31a3345b..a2c560b1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,4 @@ -{ - "image": "mcr.microsoft.com/devcontainers/javascript-node:0-18", + "image": "mcr.microsoft.com/devcontainers/javascript-node:0-18" "customizations": { "vscode": { "settings": { From 4eedbd71974afb17a54a93c6e173a732c8d9bd45 Mon Sep 17 00:00:00 2001 From: Yaseen <129287372+yaseenaljamal@users.noreply.github.com> Date: Mon, 6 May 2024 13:56:21 +0300 Subject: [PATCH 4/7] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a2c560b1..2d161601 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,5 @@ "image": "mcr.microsoft.com/devcontainers/javascript-node:0-18" - "customizations": { + "vscode": { "settings": { "json.schemas": [ From 99e6b2ab258bd74d0a44af989d01247879a02e17 Mon Sep 17 00:00:00 2001 From: Yaseen <129287372+yaseenaljamal@users.noreply.github.com> Date: Mon, 6 May 2024 14:24:39 +0300 Subject: [PATCH 5/7] Update main.yml --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2d161601..ec4e3e3b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,4 @@ "image": "mcr.microsoft.com/devcontainers/javascript-node:0-18" - "vscode": { "settings": { "json.schemas": [ From d873db96e067718a9e39c84fe7d40e0c63cd15f6 Mon Sep 17 00:00:00 2001 From: Yaseen <129287372+yaseenaljamal@users.noreply.github.com> Date: Tue, 7 May 2024 01:33:51 +0300 Subject: [PATCH 6/7] Create devcontainer.json --- .devcontainer/devcontainer.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 00000000..ad93c14a --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,5 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": { + } +} From 867d690824dc63575943f51577c934478578a71d Mon Sep 17 00:00:00 2001 From: Yaseen <129287372+yaseenaljamal@users.noreply.github.com> Date: Tue, 7 May 2024 01:39:01 +0300 Subject: [PATCH 7/7] github/workflows/main.yml --- .github/workflows/main.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index ec4e3e3b..00000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,22 +0,0 @@ - "image": "mcr.microsoft.com/devcontainers/javascript-node:0-18" - "vscode": { - "settings": { - "json.schemas": [ - { - "fileMatch": [ - "*/devcontainer-feature.json" - ], - "url": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainerFeature.schema.json" - } - ] - }, - "extensions": [ - "mads-hartmann.bash-ide-vscode" - ] - } - }, - "features": { - "ghcr.io/devcontainers/features/docker-in-docker:2": {} - }, - "updateContentCommand": "npm install -g @devcontainers/cli" -}