File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -90,13 +90,12 @@ TSDX uses [Rollup](https://rollupjs.org) as a bundler and generates multiple rol
90
90
91
91
## Continuous Integration
92
92
93
- ### Travis
93
+ ### GitHub Actions
94
94
95
- _ to be completed _
95
+ A simple action is included that runs these steps on all pushes:
96
96
97
- ### Circle
98
-
99
- _ to be completed_
97
+ - Installs deps w/ cache
98
+ - Lints, tests, and builds
100
99
101
100
## Optimizations
102
101
Original file line number Diff line number Diff line change @@ -74,13 +74,12 @@ TSDX uses [Rollup](https://rollupjs.org) as a bundler and generates multiple rol
74
74
75
75
## Continuous Integration
76
76
77
- ### Travis
77
+ ### GitHub Actions
78
78
79
- _ to be completed _
79
+ A simple action is included that runs these steps on all pushes:
80
80
81
- ### Circle
82
-
83
- _ to be completed_
81
+ - Installs deps w/ cache
82
+ - Lints, tests, and builds
84
83
85
84
## Optimizations
86
85
You can’t perform that action at this time.
0 commit comments