From 116f79aee0bfe229e88145228862b88dae3f1adf Mon Sep 17 00:00:00 2001 From: Crafterzman Date: Fri, 23 Apr 2021 10:30:35 -0700 Subject: [PATCH 01/11] Setup NodeJS CI --- .github/workflows/NodeCI.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/NodeCI.yml diff --git a/.github/workflows/NodeCI.yml b/.github/workflows/NodeCI.yml new file mode 100644 index 000000000..09b1d56a9 --- /dev/null +++ b/.github/workflows/NodeCI.yml @@ -0,0 +1,26 @@ +name: Node.js CI + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + build: + + runs-on: ubuntu-latest + + strategy: + matrix: + node-version: [10.x, 12.x, 14.x, 15.x] + # Add/Remove versions as needed + + steps: + - uses: actions/checkout@v2 + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v1 + with: + node-version: ${{ matrix.node-version }} + - run: npm ci + - run: npm run build --if-present From 1668e2b8f97c565c943c98916ec4e946ee315e48 Mon Sep 17 00:00:00 2001 From: Crafterzman Date: Fri, 23 Apr 2021 10:49:47 -0700 Subject: [PATCH 02/11] Delete NodeCI.yml --- .github/workflows/NodeCI.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/NodeCI.yml diff --git a/.github/workflows/NodeCI.yml b/.github/workflows/NodeCI.yml deleted file mode 100644 index 09b1d56a9..000000000 --- a/.github/workflows/NodeCI.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Node.js CI - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - -jobs: - build: - - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [10.x, 12.x, 14.x, 15.x] - # Add/Remove versions as needed - - steps: - - uses: actions/checkout@v2 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 - with: - node-version: ${{ matrix.node-version }} - - run: npm ci - - run: npm run build --if-present From 1eb1b0499c9a05e2fa955148dffea22a165dcf44 Mon Sep 17 00:00:00 2001 From: Crafterzman Date: Fri, 23 Apr 2021 10:49:59 -0700 Subject: [PATCH 03/11] Update checks.yml --- .github/workflows/checks.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index d24b31ca4..bfc8643dc 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -2,6 +2,17 @@ name: Checks on: [pull_request] jobs: + build: + + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: NodeJS build + uses: actions/setup-node@v1 + with: + node-version: 14.x + - run: npm ci + - run: npm run build --if-present validation: runs-on: ubuntu-latest steps: From b899aa2832fe5ac9271746fa7a5f4cd984093695 Mon Sep 17 00:00:00 2001 From: Crafterzman Date: Fri, 23 Apr 2021 10:54:25 -0700 Subject: [PATCH 04/11] Update checks.yml --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index bfc8643dc..a4f3291b4 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -10,7 +10,7 @@ jobs: - name: NodeJS build uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 15.x - run: npm ci - run: npm run build --if-present validation: From 2131651049b9e68db70ef6d322ef7b70b2fa866f Mon Sep 17 00:00:00 2001 From: Jay Jackson <72417807+TheBotlyNoob@users.noreply.github.com> Date: Wed, 28 Apr 2021 19:59:53 -0400 Subject: [PATCH 05/11] Create maintainers.json --- domains/maintainers.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/maintainers.json diff --git a/domains/maintainers.json b/domains/maintainers.json new file mode 100644 index 000000000..ed2fefae1 --- /dev/null +++ b/domains/maintainers.json @@ -0,0 +1,10 @@ +{ + "description": "The Docs For The Is-A.Dev Website!", + "owner": { + "username": "is-a.dev", + "email": "" + }, + "record": { + "CNAME": "hosting.gitbook.io" + } +} From 564d70f9549b4ad5f7a6ca1634562845bad73a52 Mon Sep 17 00:00:00 2001 From: Jay Jackson <72417807+TheBotlyNoob@users.noreply.github.com> Date: Wed, 28 Apr 2021 20:03:28 -0400 Subject: [PATCH 06/11] Update maintainers.json --- domains/maintainers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/maintainers.json b/domains/maintainers.json index ed2fefae1..801ee76f8 100644 --- a/domains/maintainers.json +++ b/domains/maintainers.json @@ -1,5 +1,5 @@ { - "description": "The Docs For The Is-A.Dev Website!", + "description": "The Maintainer Docs For The Is-A.Dev Website!", "owner": { "username": "is-a.dev", "email": "" From e1a1659f19a48398393dd160876f398ceeb83c11 Mon Sep 17 00:00:00 2001 From: Jay Jackson <72417807+TheBotlyNoob@users.noreply.github.com> Date: Wed, 28 Apr 2021 20:12:12 -0400 Subject: [PATCH 07/11] Update maintainers.json --- domains/maintainers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/maintainers.json b/domains/maintainers.json index 801ee76f8..87f7b3c15 100644 --- a/domains/maintainers.json +++ b/domains/maintainers.json @@ -5,6 +5,6 @@ "email": "" }, "record": { - "CNAME": "hosting.gitbook.io" + "CNAME": "is-a-dev.github.io/maintainer-docs" } } From 3534325f35b9e5647a9b2c45b021c8d65eafde0c Mon Sep 17 00:00:00 2001 From: Jay Jackson <72417807+TheBotlyNoob@users.noreply.github.com> Date: Wed, 28 Apr 2021 20:17:02 -0400 Subject: [PATCH 08/11] Create maintainers.json --- domains/maintainers.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/maintainers.json b/domains/maintainers.json index 87f7b3c15..886c19eac 100644 --- a/domains/maintainers.json +++ b/domains/maintainers.json @@ -1,10 +1,11 @@ { "description": "The Maintainer Docs For The Is-A.Dev Website!", + "repo": "github.com/is-a-dev/maintainer-docs" "owner": { "username": "is-a.dev", "email": "" }, "record": { - "CNAME": "is-a-dev.github.io/maintainer-docs" + "URL": "https://is-a-dev.github.io/maintainer-docs" } } From 32148b2d0f9da1e82867e6643d3d33a9c6846e02 Mon Sep 17 00:00:00 2001 From: Jay Jackson <72417807+TheBotlyNoob@users.noreply.github.com> Date: Wed, 28 Apr 2021 20:17:25 -0400 Subject: [PATCH 09/11] Update maintainers.json --- domains/maintainers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/maintainers.json b/domains/maintainers.json index 886c19eac..db3ed57da 100644 --- a/domains/maintainers.json +++ b/domains/maintainers.json @@ -1,6 +1,6 @@ { "description": "The Maintainer Docs For The Is-A.Dev Website!", - "repo": "github.com/is-a-dev/maintainer-docs" + "repo": "github.com/is-a-dev/maintainer-docs", "owner": { "username": "is-a.dev", "email": "" From 090653b07933de60193997d0116bb65b4fb7e9a3 Mon Sep 17 00:00:00 2001 From: Jay Jackson <72417807+TheBotlyNoob@users.noreply.github.com> Date: Wed, 28 Apr 2021 20:23:59 -0400 Subject: [PATCH 10/11] Update maintainers.json --- domains/maintainers.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/maintainers.json b/domains/maintainers.json index db3ed57da..d396e121a 100644 --- a/domains/maintainers.json +++ b/domains/maintainers.json @@ -6,6 +6,6 @@ "email": "" }, "record": { - "URL": "https://is-a-dev.github.io/maintainer-docs" + "CNAME": "is-a-dev.github.io" } } From c2f8c293c6efff8c960f1a13216ebb594b46f096 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 1 May 2021 00:22:26 +0530 Subject: [PATCH 11/11] Update checks.yml --- .github/workflows/checks.yml | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index a4f3291b4..e31889d09 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -2,17 +2,6 @@ name: Checks on: [pull_request] jobs: - build: - - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: NodeJS build - uses: actions/setup-node@v1 - with: - node-version: 15.x - - run: npm ci - - run: npm run build --if-present validation: runs-on: ubuntu-latest steps: @@ -20,11 +9,15 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 - - name: Installing dependencies + - name: Setup node v15 + uses: actions/setup-node@v1 + with: + node-version: '15' + - name: Install dependencies uses: borales/actions-yarn@v2.0.0 with: - cmd: install --ignore-engines - - name: Running tests + cmd: install --ignore-engines --frozen-lockfile + - name: Run tests uses: borales/actions-yarn@v2.0.0 with: cmd: test