File tree Expand file tree Collapse file tree 3 files changed +14
-22
lines changed Expand file tree Collapse file tree 3 files changed +14
-22
lines changed Original file line number Diff line number Diff line change 5
5
types : [created]
6
6
7
7
jobs :
8
- build :
8
+ publish :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v4
12
12
- uses : actions/setup-node@v4
13
13
with :
14
14
node-version : 20.11.1
15
+ registry-url : https://registry.npmjs.org/
15
16
- run : npm ci
17
+ - run : npm run lint:ci
16
18
- run : npm test
17
19
- run : npm run build
18
-
19
- publish-npm :
20
- needs : build
21
- runs-on : ubuntu-latest
22
- steps :
23
- - uses : actions/checkout@v4
24
- - uses : actions/setup-node@v4
25
- with :
26
- node-version : 20.11.1
27
- registry-url : https://registry.npmjs.org/
28
- - run : npm ci
29
20
- run : npm publish
30
21
env :
31
22
NODE_AUTH_TOKEN : ${{secrets.npm_token}}
Original file line number Diff line number Diff line change
1
+ package-lock.json
2
+ tsconfig *
3
+ jest *
4
+ .prettier *
5
+ .nvmrc
6
+ .markdownlint.json
7
+ .editorconfig
8
+ .eslint *
9
+ .gitignore
10
+ src /example-hello-world-app-test /
Original file line number Diff line number Diff line change 1
- package-lock.json
2
- tsconfig*
3
- jest*
4
- .prettier*
5
- .nvmrc
6
- .markdownlint.json
7
- .editorconfig
8
- .eslint*
9
- .gitignore
10
- src/example-hello-world-app-test/
1
+
You can’t perform that action at this time.
0 commit comments