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 984b59a commit ad19cf3Copy full SHA for ad19cf3
.github/workflows/ci.yml
@@ -67,7 +67,6 @@ jobs:
67
restore-keys: |
68
${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-
69
- run: npm ci
70
- - run: npm run lint
71
- run: npm test
72
env:
73
CI: true
demo/index.js
@@ -8,7 +8,7 @@
8
*
9
* 1. Create a file `mailgun.json` in the directory of this demo
10
* script with the following keys to configure the demo script:
11
- *
+ *
12
* ```
13
* {
14
* key: "xxx", // The Mailgun API key.
0 commit comments