Skip to content

Commit effdc31

Browse files
committed
(docs): add GitHub Actions info to template CI READMEs
- welp, this never got updated when Actions were added
1 parent f360f9b commit effdc31

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

templates/react-with-storybook/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,12 @@ TSDX uses [Rollup](https://rollupjs.org) as a bundler and generates multiple rol
9090

9191
## Continuous Integration
9292

93-
### Travis
93+
### GitHub Actions
9494

95-
_to be completed_
95+
A simple action is included that runs these steps on all pushes:
9696

97-
### Circle
98-
99-
_to be completed_
97+
- Installs deps w/ cache
98+
- Lints, tests, and builds
10099

101100
## Optimizations
102101

templates/react/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,12 @@ TSDX uses [Rollup](https://rollupjs.org) as a bundler and generates multiple rol
7474

7575
## Continuous Integration
7676

77-
### Travis
77+
### GitHub Actions
7878

79-
_to be completed_
79+
A simple action is included that runs these steps on all pushes:
8080

81-
### Circle
82-
83-
_to be completed_
81+
- Installs deps w/ cache
82+
- Lints, tests, and builds
8483

8584
## Optimizations
8685

0 commit comments

Comments
 (0)