mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-23 20:25:59 +00:00
Merge branch 'main' into Hero's-personal-site
This commit is contained in:
@@ -12,11 +12,7 @@ jobs:
|
||||
- name: Installing dependencies
|
||||
uses: borales/actions-yarn@v2.0.0
|
||||
with:
|
||||
cmd: install
|
||||
- name: Linting
|
||||
uses: borales/actions-yarn@v2.0.0
|
||||
with:
|
||||
cmd: lint
|
||||
cmd: install --ignore-engines
|
||||
- name: Running tests
|
||||
uses: borales/actions-yarn@v2.0.0
|
||||
with:
|
||||
|
||||
@@ -11,7 +11,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: borales/actions-yarn@v2.0.0
|
||||
with:
|
||||
cmd: install
|
||||
cmd: install --ignore-engines
|
||||
- name: Running tests
|
||||
uses: borales/actions-yarn@v2.0.0
|
||||
with:
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"description": "Bruno Henrique Paiva's personal website",
|
||||
"owner": {
|
||||
"username": "brunohpaiva",
|
||||
"email": "bruno@sigane.com.br"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://bruno.codes"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"description": "WindTR's Website",
|
||||
"owner": {
|
||||
"username": "WindTR",
|
||||
"email": "westselim20@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://wind.js.org"
|
||||
}
|
||||
}
|
||||
@@ -2,9 +2,6 @@
|
||||
"name": "is-a-dev-core",
|
||||
"version": "1.0.0",
|
||||
"description": "Register *.is-a.dev domains for free",
|
||||
"engines": {
|
||||
"node": ">=11.14.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "ENV=test jest",
|
||||
"lint": "eslint utils scripts domains --ext .json,.js",
|
||||
|
||||
Reference in New Issue
Block a user