Skip to content

Commit 0d6a0c8

Browse files
committed
formating
1 parent 0bc1ab4 commit 0d6a0c8

File tree

13 files changed

+2244
-2244
lines changed

13 files changed

+2244
-2244
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: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,55 @@
1-
name: Automated
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@v3
12-
- name: setup nodejs
13-
uses: actions/setup-node@v3
14-
with:
15-
node-version: 16
16-
- name: Jaid/action-sync-node-meta
17-
uses: jaid/[email protected]
18-
with:
19-
direction: overwrite-github
20-
githubToken: "${{ secrets.GITHUB }}"
21-
release:
22-
runs-on: ubuntu-latest
23-
steps:
24-
- name: Checkout
25-
uses: actions/checkout@v3
26-
- name: setup nodejs
27-
uses: actions/setup-node@v3
28-
with:
29-
node-version: 16
30-
- name: Semantic Release
31-
uses: cycjimmy/semantic-release-action@v3
32-
id: semantic
33-
with:
34-
extra_plugins: |
35-
@semantic-release/changelog
36-
@semantic-release/git
37-
@semantic-release/github
38-
env:
39-
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
40-
NPM_TOKEN: "${{ secrets.NPM_TOKEN }}"
41-
outputs:
42-
new_release_published: "${{ steps.semantic.outputs.new_release_published }}"
43-
new_release_version: "${{ steps.semantic.outputs.new_release_version }}"
44-
docs:
45-
runs-on: ubuntu-latest
46-
steps:
47-
- name: Checkout
48-
uses: actions/checkout@v3
49-
- name: setup nodejs
50-
uses: actions/setup-node@v3
51-
with:
52-
node-version: 16
53-
54-
- name: update documentation
55-
uses: CoCreate-app/CoCreate-docs@master
1+
name: Automated
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@v3
12+
- name: setup nodejs
13+
uses: actions/setup-node@v3
14+
with:
15+
node-version: 16
16+
- name: Jaid/action-sync-node-meta
17+
uses: jaid/[email protected]
18+
with:
19+
direction: overwrite-github
20+
githubToken: "${{ secrets.GITHUB }}"
21+
release:
22+
runs-on: ubuntu-latest
23+
steps:
24+
- name: Checkout
25+
uses: actions/checkout@v3
26+
- name: setup nodejs
27+
uses: actions/setup-node@v3
28+
with:
29+
node-version: 16
30+
- name: Semantic Release
31+
uses: cycjimmy/semantic-release-action@v3
32+
id: semantic
33+
with:
34+
extra_plugins: |
35+
@semantic-release/changelog
36+
@semantic-release/git
37+
@semantic-release/github
38+
env:
39+
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
40+
NPM_TOKEN: "${{ secrets.NPM_TOKEN }}"
41+
outputs:
42+
new_release_published: "${{ steps.semantic.outputs.new_release_published }}"
43+
new_release_version: "${{ steps.semantic.outputs.new_release_version }}"
44+
docs:
45+
runs-on: ubuntu-latest
46+
steps:
47+
- name: Checkout
48+
uses: actions/checkout@v3
49+
- name: setup nodejs
50+
uses: actions/setup-node@v3
51+
with:
52+
node-version: 16
53+
54+
- name: update documentation
55+
uses: CoCreate-app/CoCreate-docs@master

.gitignore

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

0 commit comments

Comments
 (0)