Skip to content

Commit d054692

Browse files
committed
add lint to composer scripts
1 parent 7b3d121 commit d054692

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@
1313
}
1414
],
1515
"minimum-stability": "stable",
16-
"require": {}
16+
"require": {},
17+
"scripts": {
18+
"lint": [
19+
"shellcheck bin/*.sh"
20+
]
21+
}
1722
}

0 commit comments

Comments
 (0)