Skip to content

Commit e007364

Browse files
committed
ci: include clang-format in lint check
1 parent 1142a35 commit e007364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"build": "node-gyp rebuild",
99
"clean": "node-gyp clean",
10-
"lint": "prettier --check index.js",
10+
"lint": "clang-format --dry-run -Werror permissions.mm && prettier --check index.js",
1111
"format": "clang-format -i permissions.mm && prettier --write index.js",
1212
"test": "./node_modules/.bin/mocha --reporter spec"
1313
},

0 commit comments

Comments
 (0)