We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19e41d3 + e51e38f commit a299c64Copy full SHA for a299c64
.github/workflows/ci.yml
@@ -0,0 +1,21 @@
1
+name: CI
2
+
3
+on:
4
+ push:
5
+ branches: [ master ]
6
+ pull_request:
7
8
+ workflow_dispatch:
9
10
+jobs:
11
+ build:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ -
15
+ name: Checkout
16
+ uses: actions/checkout@v2
17
18
+ name: I and Test
19
+ run: |
20
+ npm i
21
+ npm run test -- --watch=false --browsers=ChromeHeadless
README.md
@@ -1,4 +1,5 @@
[](https://www.npmjs.com/@novyk/ngxe)
+
# 📜 ngxe (currently in BETA)
0 commit comments