Commit 4c392a0 1 parent 03d47e8 commit 4c392a0 Copy full SHA for 4c392a0
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
required : true
9
9
skip_versioning :
10
10
type : boolean
11
- description : Optional to skip versioning (used only for retries )
11
+ description : Skip versioning (use only for retrying a workflow that failed due to a versioning issue )
12
12
default : false
13
13
14
14
jobs :
20
20
with :
21
21
ref : ${{ github.event.client_payload.ref }}
22
22
23
- - name : Install Node.js, NPM and Yarn
23
+ - name : Install Node.js, NPM, and Yarn
24
24
uses : actions/setup-node@main
25
25
with :
26
26
node-version : 16
32
32
run : |
33
33
npm run test
34
34
npm run lint
35
- npm run type-check
35
+ npm run typeCheck
36
36
37
37
- name : Change version
38
38
if : github.event.inputs.skip_versioning == 'false'
56
56
with :
57
57
ref : ${{ github.event.client_payload.ref }}
58
58
59
- - name : Install Node.js, NPM and Yarn
59
+ - name : Install Node.js, NPM, and Yarn
60
60
uses : actions/setup-node@main
61
61
with :
62
62
node-version : 16
You can’t perform that action at this time.
0 commit comments