Skip to content

Commit cb63079

Browse files
committed
formating
2 parents a57f8c2 + 545588c commit cb63079

File tree

13 files changed

+1043
-939
lines changed

13 files changed

+1043
-939
lines changed

.github/FUNDING.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# These are supported funding model platforms
2-
3-
github: CoCreate-app
1+
# These are supported funding model platforms
2+
3+
github: CoCreate-app

.github/workflows/automated.yml

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
1-
name: Automated Deployment
2-
'on':
3-
push:
4-
branches:
5-
- master
6-
jobs:
7-
about:
8-
runs-on: ubuntu-latest
9-
steps:
10-
- name: Checkout
11-
uses: actions/checkout@v2
12-
- name: Jaid/action-sync-node-meta
13-
uses: jaid/[email protected]
14-
with:
15-
direction: overwrite-github
16-
githubToken: '${{ secrets.GITHUB }}'
17-
release:
18-
runs-on: ubuntu-latest
19-
steps:
20-
- name: Checkout
21-
uses: actions/checkout@v3
22-
- name: Semantic Release
23-
uses: cycjimmy/semantic-release-action@v3
24-
id: semantic
25-
with:
26-
extra_plugins: |
27-
@semantic-release/changelog
28-
@semantic-release/git
29-
@semantic-release/github
30-
env:
31-
GITHUB_TOKEN: '${{ secrets.GITHUB }}'
32-
NPM_TOKEN: '${{ secrets.NPM_TOKEN }}'
33-
outputs:
34-
new_release_published: '${{ steps.semantic.outputs.new_release_published }}'
35-
new_release_version: '${{ steps.semantic.outputs.new_release_version }}'
36-
37-
docs:
38-
runs-on: ubuntu-latest
39-
steps:
40-
- name: Checkout
41-
uses: actions/checkout@v2
42-
- name: update documentation
43-
uses: CoCreate-app/CoCreate-docs@master
1+
name: Automated Deployment
2+
'on':
3+
push:
4+
branches:
5+
- master
6+
jobs:
7+
about:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Checkout
11+
uses: actions/checkout@v2
12+
- name: Jaid/action-sync-node-meta
13+
uses: jaid/[email protected]
14+
with:
15+
direction: overwrite-github
16+
githubToken: '${{ secrets.GITHUB }}'
17+
release:
18+
runs-on: ubuntu-latest
19+
steps:
20+
- name: Checkout
21+
uses: actions/checkout@v3
22+
- name: Semantic Release
23+
uses: cycjimmy/semantic-release-action@v3
24+
id: semantic
25+
with:
26+
extra_plugins: |
27+
@semantic-release/changelog
28+
@semantic-release/git
29+
@semantic-release/github
30+
env:
31+
GITHUB_TOKEN: '${{ secrets.GITHUB }}'
32+
NPM_TOKEN: '${{ secrets.NPM_TOKEN }}'
33+
outputs:
34+
new_release_published: '${{ steps.semantic.outputs.new_release_published }}'
35+
new_release_version: '${{ steps.semantic.outputs.new_release_version }}'
36+
37+
docs:
38+
runs-on: ubuntu-latest
39+
steps:
40+
- name: Checkout
41+
uses: actions/checkout@v2
42+
- name: update documentation
43+
uses: CoCreate-app/CoCreate-docs@master

.gitignore

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# ignore
2-
node_modules
3-
dist
4-
.npmrc
5-
yarn.lock
6-
7-
logs
8-
*.log
9-
npm-debug.log*
10-
yarn-debug.log*
11-
yarn-error.log*
12-
lerna-debug.log*
13-
.pnpm-debug.log*
1+
# ignore
2+
node_modules
3+
dist
4+
.npmrc
5+
yarn.lock
6+
7+
logs
8+
*.log
9+
npm-debug.log*
10+
yarn-debug.log*
11+
yarn-error.log*
12+
lerna-debug.log*
13+
.pnpm-debug.log*

0 commit comments

Comments
 (0)