Skip to content

Commit 06a5b90

Browse files
committed
style: prettier
1 parent f34c443 commit 06a5b90

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ jobs:
1515
- uses: actions/setup-node@v2
1616
- run: npm ci
1717
- run: npm test
18+
- run: npm run lint

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"main": "index.js",
99
"scripts": {
1010
"test": "jest --coverage",
11-
"lint": "prettier --check '*.{js,md,json}' '.github/**/*.yml'",
12-
"lint:fix": "prettier --write '*.{js,md,json}' '.github/**/*.yml'"
11+
"lint": "prettier --check '*.{js,md,json}' 'test/**/*.{js,json}' '.github/**/*.yml'",
12+
"lint:fix": "prettier --write '*.{js,md,json}' 'test/**/*.{js,json}' '.github/**/*.yml'"
1313
},
1414
"keywords": [
1515
"probot",

0 commit comments

Comments
 (0)