We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8894f9f commit 6707854Copy full SHA for 6707854
.agent/skills/push_to_github/scripts/push.py
@@ -34,7 +34,7 @@ def main():
34
35
# 2. Check Code (Lint/Analysis)
36
print("\n2️⃣ Running Code Checks...")
37
- run_command("./gradlew :app:lintLocalDebug")
+ run_command("./gradlew :app:checkCode")
38
39
# 3. Push
40
print("\n3️⃣ Pushing to GitHub...")
0 commit comments