Skip to content

Commit ad19cf3

Browse files
committed
fixed lint
1 parent 984b59a commit ad19cf3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ jobs:
6767
restore-keys: |
6868
${{ runner.os }}-node-${{ matrix.NODE_VERSION }}-
6969
- run: npm ci
70-
- run: npm run lint
7170
- run: npm test
7271
env:
7372
CI: true

demo/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* 1. Create a file `mailgun.json` in the directory of this demo
1010
* script with the following keys to configure the demo script:
11-
*
11+
*
1212
* ```
1313
* {
1414
* key: "xxx", // The Mailgun API key.

0 commit comments

Comments
 (0)