File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- on : push
21name : " Release Vscode Plugin"
2+ on :
3+ push :
4+ branches :
5+ - master # Push events on master branch
6+ # Sequence of patterns matched against refs/tags
7+ tags :
8+ - v* # Push events to v1.0, v1.1, and v1.9 tags
39jobs :
410 npmInstall :
511 name : npm install
612 runs-on : ubuntu-latest
713 steps :
8- - uses : actions/checkout@master
914 - uses : actions/checkout@v2
1015 - uses : actions/setup-node@v1
1116 with :
12- node-version : 12
13- - run : yarn
17+ node-version : " 10.x "
18+ - run : yarn install
1419 - run : yarn lint
1520 - run : yarn compile
16- - name : Master
17- uses : actions/bin/filter@master
18- with :
19- args : branch master
21+
2022 - name : Vscode release plugin
2123 uses : JCofman/vscodeaction@master
2224 env :
Original file line number Diff line number Diff line change 1- # react-toolkit
1+ # react-toolkit ![ react-toolkit ] ( https://github.com/CodersAKL/react-toolkit/workflows/Release%20Vscode%20Plugin/badge.svg )
22
33This is VsCode plugin suppose to help developers convert their project to typescript.
44
You can’t perform that action at this time.
0 commit comments