From 6305cf77d62992fe7988f8a7f6975c6fba1a32e8 Mon Sep 17 00:00:00 2001 From: georgekaran Date: Thu, 8 Oct 2020 17:59:43 -0300 Subject: [PATCH 1/9] add georgekaran.json domain --- domains/georgekaran.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/georgekaran.json diff --git a/domains/georgekaran.json b/domains/georgekaran.json new file mode 100644 index 000000000..ae89517f2 --- /dev/null +++ b/domains/georgekaran.json @@ -0,0 +1,11 @@ +{ + "description": "George Karan - Personal Page", + "repo": "https://github.com/georgekaran", + "owner": { + "username": "georgekaran", + "email": "georgekaran12@gmail.com" + }, + "record": { + "URL": "https://georgekaran.com" + } +} From ce90cf18fedd68989e81a0ae5fef2958661d7d73 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 8 Oct 2020 16:02:04 -0500 Subject: [PATCH 2/9] Create eric.json --- domains/eric.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/eric.json diff --git a/domains/eric.json b/domains/eric.json new file mode 100644 index 000000000..2ef78034f --- /dev/null +++ b/domains/eric.json @@ -0,0 +1,12 @@ +{ + "description": "Eric's website and blog", + "repo": "https://github.com/yurrriq", + "owner": { + "username": "yurrriq", + "email": "eric@ericb.me", + }, + "record": { + "CNAME": "yurrriq.github.io", + "URL": "https://eric.is-a.dev" + } +} From c870f217760899215042c1961d796123cbf44790 Mon Sep 17 00:00:00 2001 From: Mark Davydov Date: Fri, 9 Oct 2020 00:02:53 +0300 Subject: [PATCH 3/9] Add mark.json added mark json with redirect to linkedin. --- domains/mark.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mark.json diff --git a/domains/mark.json b/domains/mark.json new file mode 100644 index 000000000..8c79922a8 --- /dev/null +++ b/domains/mark.json @@ -0,0 +1,12 @@ + +{ + "description": "Makr Davydov is a Developer!", + "repo": "https://github.com/markrity", + "owner": { + "username": "markrity", + "email": "markrity@gmail.com" + }, + "record": { + "URL": "https://www.linkedin.com/in/davydovmark/" + } +} From 4c4680177c4a535227c5888807a4b95ffc2ee932 Mon Sep 17 00:00:00 2001 From: Sai Sandeep Vaddi Date: Thu, 8 Oct 2020 21:24:07 +0000 Subject: [PATCH 4/9] Add saisandeepvaddi.json --- domains/saisandeepvaddi.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/saisandeepvaddi.json diff --git a/domains/saisandeepvaddi.json b/domains/saisandeepvaddi.json new file mode 100644 index 000000000..584f761ae --- /dev/null +++ b/domains/saisandeepvaddi.json @@ -0,0 +1,10 @@ +{ + "description": "Sai Sandeep Vaddi's website", + "owner": { + "username": "saisandeepvaddi", + "email": "saisandeepvaddi@gmail.com" + }, + "record": { + "A": ["104.198.14.52"] + } +} From bb7d74dfa92ac209e4f3965cacbe4fb2ff363199 Mon Sep 17 00:00:00 2001 From: Matheus Costa Date: Thu, 8 Oct 2020 18:27:57 -0300 Subject: [PATCH 5/9] Create matheus.json --- domains/matheus.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/matheus.json diff --git a/domains/matheus.json b/domains/matheus.json new file mode 100644 index 000000000..d5f7196f5 --- /dev/null +++ b/domains/matheus.json @@ -0,0 +1,12 @@ +{ + "description": "Matheus Costa's personal developer website", + "repo": "https://github.com/mthcsta/mthcsta.github.io", + "owner": { + "username": "mthcsta", + "email": "matheuscosta.dev@yahoo.com" + }, + "record": { + "CNAME": "mthcsta.github.io", + "URL": "https://matheus.is-a.dev" + } +} From 4f3c28e6483aaf8abb5930fe140a0bddf6e59221 Mon Sep 17 00:00:00 2001 From: Vitor Dino Date: Thu, 8 Oct 2020 18:29:55 -0300 Subject: [PATCH 6/9] add dino --- domains/dino.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/dino.json diff --git a/domains/dino.json b/domains/dino.json new file mode 100644 index 000000000..af974a8de --- /dev/null +++ b/domains/dino.json @@ -0,0 +1,12 @@ +{ + "description": "Vitor Dino is a front-end developer and ui designer", + "repo": "https://github.com/vitordino", + "owner": { + "username": "vitordino", + "email": "me@vitordino.com" + }, + "record": { + "CNAME": "vitordino.com", + "URL": "https://dino.is-a.dev" + } +} From f06ecfdf408981faa1d53df90720e8b9e5b71c6a Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 9 Oct 2020 16:56:29 +0530 Subject: [PATCH 7/9] Fixes eric.json --- domains/eric.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/eric.json b/domains/eric.json index 2ef78034f..ab4967530 100644 --- a/domains/eric.json +++ b/domains/eric.json @@ -3,7 +3,7 @@ "repo": "https://github.com/yurrriq", "owner": { "username": "yurrriq", - "email": "eric@ericb.me", + "email": "eric@ericb.me" }, "record": { "CNAME": "yurrriq.github.io", From 208b9e74d98961e01a427aabd96fafaf02ea06d2 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 9 Oct 2020 17:36:36 +0530 Subject: [PATCH 8/9] Adds ref for checkout --- .github/workflows/checks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index e8519241f..02a8dafee 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -8,6 +8,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + ref: ${{ github.head_ref }} - uses: borales/actions-yarn@v2.0.0 with: cmd: install From b64a56c5237d4368200c1ebcabf0eeb305ff3679 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 9 Oct 2020 17:58:13 +0530 Subject: [PATCH 9/9] changes checks.yml --- .github/workflows/checks.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 02a8dafee..214dbdbb0 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -10,7 +10,8 @@ jobs: - uses: actions/checkout@v2 with: ref: ${{ github.head_ref }} - - uses: borales/actions-yarn@v2.0.0 + - name: Installing dependencies + uses: borales/actions-yarn@v2.0.0 with: cmd: install - name: Running tests