We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee85183 commit d18b2eeCopy full SHA for d18b2ee
3 files changed
.github/workflows/main.yml
@@ -0,0 +1,14 @@
1
+name: CI
2
+on:
3
+ - push
4
+ - pull_request
5
+jobs:
6
+ test:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v2
10
+ - uses: actions/setup-node@v1
11
+ with:
12
+ node-version: 16
13
+ - run: npm install
14
+ - run: npm test
.travis.yml
README.md
@@ -1,4 +1,4 @@
-# react-in-angular [](https://travis-ci.org/truffls/react-in-angular)
+# react-in-angular 
## Installation
0 commit comments