File tree Expand file tree Collapse file tree 2 files changed +5
-20
lines changed Expand file tree Collapse file tree 2 files changed +5
-20
lines changed Original file line number Diff line number Diff line change 4
4
<a href =" https://github.com/foxundermoon/setup-qshell " ><img alt =" GitHub Actions status " src =" https://github.com/foxundermoon/setup-qshell/workflows/Main%20workflow/badge.svg " ></a >
5
5
</p >
6
6
7
- 添加七牛 qshell到PATH下面
7
+ 添加七牛 [ qshell ] ( https://github.com/qiniu/qshell ) 到PATH下面
8
8
9
9
10
10
# Usage
27
27
run : qshell version
28
28
` ` `
29
29
30
- Matrix Testing:
31
- ` ` ` yaml
32
- jobs :
33
- build :
34
- runs-on : ubuntu-16.04
35
- strategy :
36
- matrix :
37
- node : [ '10', '8' ]
38
- name : Node ${{ matrix.node }} sample
39
- steps :
40
- - uses : actions/checkout@v1
41
- - name : Setup node
42
- uses : actions/setup-node@v1
43
- with :
44
- node-version : ${{ matrix.node }}
45
- - run : npm install
46
- - run : npm test
47
- ` ` `
48
-
49
30
# License
50
31
51
32
The scripts and documentation in this project are released under the [MIT License](LICENSE)
Original file line number Diff line number Diff line change 9
9
runs :
10
10
using : ' node12'
11
11
main : ' lib/setup-qshell.js'
12
+
13
+ branding :
14
+ icon : ' cloud'
15
+ color : ' green'
You can’t perform that action at this time.
0 commit comments