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.
1 parent 93d1f48 commit dc1ac06Copy full SHA for dc1ac06
.github/workflows/continuous-integration.yaml
@@ -1,9 +1,8 @@
1
-name: Continuous Integration
2
-
3
on: pull_request
4
5
jobs:
6
- unit-tests:
+ continuous-integration:
+ name: Continuous Integration
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v2
.npmignore
@@ -1,6 +1,7 @@
**/*.spec.js
**/*.spec.js.flow
+.github/
!dist/
src/
tests/
0 commit comments