We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6707854 commit 87cb0d6Copy full SHA for 87cb0d6
.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:checkCode")
+ run_command("./gradlew checkCode")
38
39
# 3. Push
40
print("\n3️⃣ Pushing to GitHub...")
0 commit comments