Merge branch 'main' into main

This commit is contained in:
Jay Jackson
2021-04-30 14:56:27 -04:00
committed by GitHub
2 changed files with 18 additions and 3 deletions
+7 -3
View File
@@ -9,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
+11
View File
@@ -0,0 +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"
}
}