mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-11 02:22:54 +00:00
Merge branch 'main' into patch-1
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
name: Prettier
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- "domains/*"
|
||||
- ".github/workflows/prettier.yml"
|
||||
|
||||
jobs:
|
||||
format:
|
||||
name: Format
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20.x
|
||||
|
||||
- name: Run Prettier
|
||||
run: npx -y prettier ./domains -w --tab-width 2 --print-width 120
|
||||
|
||||
- name: Commit
|
||||
uses: cpina/github-action-push-to-another-repository@main
|
||||
with:
|
||||
source-directory: "."
|
||||
destination-github-username: is-a-dev
|
||||
destination-repository-name: register
|
||||
user-email: "actions@github.com"
|
||||
user-name: "GitHub Actions"
|
||||
env:
|
||||
API_TOKEN_GITHUB: ${{ secrets.BOT }}
|
||||
@@ -40,7 +40,7 @@ jobs:
|
||||
source-directory: "raw-api"
|
||||
destination-github-username: is-a-dev
|
||||
destination-repository-name: raw-api
|
||||
user-email: actions@github.com
|
||||
user-email: "actions@github.com"
|
||||
user-name: "GitHub Actions"
|
||||
env:
|
||||
API_TOKEN_GITHUB: ${{ secrets.BOT }}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "akk1to",
|
||||
"email": "akk1to.dev@gmail.com",
|
||||
"discord": "727497287777124414"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["dh=e1e17c98197b35ff9ed4eef8a473fa86fa3106b8"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "xzrci",
|
||||
"email": ""
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["vc-domain-verify=jake.is-a.dev,1075ab07de85fa87e8cd"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ukinon",
|
||||
"email": "arfianoj@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": ["vc-domain-verify=ukino.is-a.dev,abcf9c3157f2470d8c51"]
|
||||
}
|
||||
}
|
||||
@@ -5,6 +5,6 @@
|
||||
"email": "abiapp2024@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "abiapp789.github.io"
|
||||
"CNAME": "trytodownloadme.rf.gd"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"email": "jaideepmato7@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "jai-deep.pages.dev"
|
||||
"CNAME": "piyush10f.vercel.app"
|
||||
}
|
||||
}
|
||||
|
||||
+3
-5
@@ -1,11 +1,9 @@
|
||||
{
|
||||
"description": "Jake's personal website and blog.",
|
||||
"repo": "https://github.com/j-eo/j-eo.github.io",
|
||||
"owner": {
|
||||
"username": "j-eo",
|
||||
"email": "website-contact.nem2h@silomails.com"
|
||||
"username": "xzrci",
|
||||
"email": ""
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "jakeanto.pages.dev"
|
||||
"CNAME": "xzrci.vercel.app"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "matte-oss",
|
||||
"email": "7sz8jlw6h@mozmail.co"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "hashnode.network"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ukinon"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "ukino.vercel.app"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user