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 52bc15a commit ba0a406Copy full SHA for ba0a406
1 file changed
mise.toml
@@ -37,4 +37,14 @@ if echo "$changed" | grep -q "^apps/web/"; then
37
echo "[pre-commit] apps/web detected, running lint..."
38
mise //apps/web:lint || exit 1
39
fi
40
+
41
+if echo "$changed" | grep -q "^apps/worker/"; then
42
+ echo "[pre-commit] apps/worker detected, running lint..."
43
+ mise //apps/worker:lint || exit 1
44
+fi
45
46
+if echo "$changed" | grep -q "^apps/mobile/"; then
47
+ echo "[pre-commit] apps/mobile detected, running lint..."
48
+ mise //apps/mobile:lint || exit 1
49
50
'''
0 commit comments