File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change
1
+ name : GithubCI
2
+
3
+ on : [push]
4
+
5
+ jobs :
6
+ build :
7
+
8
+ runs-on : ubuntu-latest
9
+
10
+ strategy :
11
+ matrix :
12
+ node-version : [10.x, 11.x, 12.x, 13.x]
13
+
14
+ steps :
15
+ - uses : actions/checkout@v2
16
+ - name : Use Node.js ${{ matrix.node-version }}
17
+ uses : actions/setup-node@v1
18
+ with :
19
+ node-version : ${{ matrix.node-version }}
20
+ - run : npm install
21
+ - run : npm run build --if-present
22
+ - run : npm test
23
+ env :
24
+ CI : true
Original file line number Diff line number Diff line change 2
2
===
3
3
CLI for Developers
4
4
5
- [ ![ Codacy Badge ] ( https://api.codacy. com/project/badge/Grade/82d29e2a902a4c338228d636f290d9cd )] ( https://app.codacy. com/gh/ codingtools/cdt?utm_source=github.com&utm_medium=referral&utm_content=codingtools/cdt&utm_campaign=Badge_Grade_Dashboard )
5
+ [ ![ GithubCI ] ( https://github. com/codingtools/cdt/workflows/GithubCI/badge.svg )] ( https://github. com/codingtools/cdt/actions?query=workflow%3AGithubCI )
6
6
[ ![ CircleCI] ( https://circleci.com/gh/codingtools/cdt/tree/release%2Frelease-v0.1.svg?style=shield )] ( https://circleci.com/gh/codingtools/cdt/tree/release%2Frelease-v0.1 )
7
+ [ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/82d29e2a902a4c338228d636f290d9cd )] ( https://app.codacy.com/gh/codingtools/cdt?utm_source=github.com&utm_medium=referral&utm_content=codingtools/cdt&utm_campaign=Badge_Grade_Dashboard )
7
8
[ ![ Version] ( https://img.shields.io/npm/v/@codingtools/cdt )] ( https://npmjs.org/package/@codingtools/cdt )
8
9
![ npm] ( https://img.shields.io/npm/dt/@codingtools/cdt )
9
10
![ npm] ( https://img.shields.io/npm/dm/@codingtools/cdt )
You can’t perform that action at this time.
0 commit comments