File tree Expand file tree Collapse file tree 7 files changed +30
-16
lines changed Expand file tree Collapse file tree 7 files changed +30
-16
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1+ name : CI
2+
3+ on : [push, pull_request]
4+
5+ jobs :
6+ build :
7+ name : test ubuntu-16.04
8+ runs-on : ubuntu-16.04
9+ steps :
10+ - uses : actions/checkout@v2
11+ - uses : actions/setup-node@v2
12+ with :
13+ node-version : ' 10'
14+ check-latest : true
15+ - name : Build
16+ run : |
17+ yarn install
18+ yarn bootstrap
19+ yarn build
20+ lerna run ensure-no-project-compile-errors
21+ - name : Test
22+ run : |
23+ lerna run test:ci
24+ lerna run test:ts-versions
25+ - name : Code generation
26+ run : |
27+ lerna run code-verification
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @ts-morph/bootstrap
22
33[ ![ npm version] ( https://badge.fury.io/js/%40ts-morph%2Fbootstrap.svg )] ( https://badge.fury.io/js/%40ts-morph%2Fbootstrap )
4- [ ![ Build Status ] ( https://travis-ci.org /dsherret/ts-morph.svg?branch=latest )] ( https://travis-ci.org /dsherret/ts-morph )
4+ [ ![ CI ] ( https://github.com /dsherret/ts-morph/workflows/CI/badge .svg )] ( https://github.com /dsherret/ts-morph/actions?query=workflow%3ACI )
55
66A library for quickly getting set up with the [ TypeScript] ( https://github.com/Microsoft/TypeScript ) Compiler API.
77
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ azure-pipelines.yml
2020* .csproj.user
2121* .sln
2222.editorconfig
23- .travis.yml
2423.npmignore
2524breaking-changes.md
2625CHANGELOG.md
Original file line number Diff line number Diff line change 11# ts-morph
22
33[ ![ npm version] ( https://badge.fury.io/js/ts-morph.svg )] ( https://badge.fury.io/js/ts-morph )
4- [ ![ Build Status ] ( https://travis-ci.org /dsherret/ts-morph.svg?branch=latest )] ( https://travis-ci.org /dsherret/ts-morph )
4+ [ ![ CI ] ( https://github.com /dsherret/ts-morph/workflows/CI/badge .svg )] ( https://github.com /dsherret/ts-morph/actions?query=workflow%3ACI )
55[ ![ Coverage Status] ( https://coveralls.io/repos/dsherret/ts-morph/badge.svg?branch=latest&service=github )] ( https://coveralls.io/github/dsherret/ts-morph?branch=latest )
66[ ![ stable] ( http://badges.github.io/stability-badges/dist/stable.svg )] ( http://github.com/badges/stability-badges )
77
Original file line number Diff line number Diff line change 11# ts-morph
22
3- [ ![ Build Status ] ( https://travis-ci.org /dsherret/ts-morph.svg?branch=latest )] ( https://travis-ci.org /dsherret/ts-morph )
3+ [ ![ CI ] ( https://github.com /dsherret/ts-morph/workflows/CI/badge .svg )] ( https://github.com /dsherret/ts-morph/actions?query=workflow%3ACI )
44
55Monorepo for [ ts-morph] ( packages/ts-morph ) and related projects.
66
You can’t perform that action at this time.
0 commit comments