google / devlibrary

Source code for Google Dev Library
https://devlibrary.withgoogle.com
Apache License 2.0
186 stars 81 forks source link

Create deno.yml #813

Closed SsomsakTH closed 4 months ago

google-cla[bot] commented 5 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

SsomsakTH commented 4 months ago

From 73f820db6b32d349d251d5c03cd5bd355f064dc7 Mon Sep 17 00:00:00 2001 From: "G.Dev.Ssomsak" g.dev.ssomsak@gmail.com Date: Mon, 24 Jun 2024 18:42:28 +0700 Subject: [PATCH 1/5] Create deno.yml


.github/workflows/deno.yml | 42 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/workflows/deno.yml

diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml new file mode 100644 index 00000000..782af35b --- /dev/null +++ b/.github/workflows/deno.yml @@ -0,0 +1,42 @@ +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. + +# This workflow will install Deno then run deno lint and deno test. +# For more information see: https://github.com/denoland/setup-deno + +name: Deno + +on:

From e30f15b5eb22eb08f6c12ef9f39eb3dbff6427b0 Mon Sep 17 00:00:00 2001 From: "G.Dev.Ssomsak" disnote11@gmail.com Date: Tue, 25 Jun 2024 16:36:09 +0700 Subject: [PATCH 2/5] 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 @@ +{

From 02b6aae7c4108315a80b17d8f7400ab648bf69f7 Mon Sep 17 00:00:00 2001 From: "G.Dev.Ssomsak" g.dev.ssomsak@gmail.com Date: Wed, 26 Jun 2024 20:54:40 +0700 Subject: [PATCH 3/5] Update Ssomsakth.yml


.github/workflows/deno.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml index 782af35b..68a80090 100644 --- a/.github/workflows/deno.yml +++ b/.github/workflows/deno.yml @@ -6,7 +6,7 @@

This workflow will install Deno then run deno lint and deno test.

For more information see: https://github.com/denoland/setup-deno

-name: Deno +name: G.Dev.Ssomsak

on: push:

From da2736154321c587d7948af86360e47e79c60ca5 Mon Sep 17 00:00:00 2001 From: "G.Dev.Ssomsak" g.dev.ssomsak@gmail.com Date: Wed, 26 Jun 2024 20:55:56 +0700 Subject: [PATCH 4/5] Update ssomsakth.yml


.github/workflows/deno.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml index 68a80090..a313572e 100644 --- a/.github/workflows/deno.yml +++ b/.github/workflows/deno.yml @@ -25,7 +25,7 @@ jobs:

From f1d1f7b2cb89f8827759958e31c614e8af271b32 Mon Sep 17 00:00:00 2001 From: "G.Dev.Ssomsak" g.dev.ssomsak@gmail.com Date: Wed, 26 Jun 2024 20:58:03 +0700 Subject: [PATCH 5/5] Update ssomsakth.yml


.github/workflows/deno.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml index a313572e..52d77ccd 100644 --- a/.github/workflows/deno.yml +++ b/.github/workflows/deno.yml @@ -26,17 +26,17 @@ jobs: uses: actions/checkout@v4

   - name: Setup G.Dev.Ssomsak