We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df42686 commit 61ada1fCopy full SHA for 61ada1f
1 file changed
README.md
@@ -1 +1,25 @@
1
-# codeball-action
+# Codeball Actions 🔮
2
+
3
+**AI-POWERED CODE REVIEW**
4
5
+**Save time and $$$, use Codeball to perform an early review of all your code.**
6
7
+* [Online Demo](http://codeball.forfunc.com/)
8
9
+## Quick Start
10
11
+1. Create a new file called `.github/workflows/codeball.yml` with the following content:
12
13
+```yaml
14
+on: [pull_request]
15
16
+jobs:
17
+ codeball_job:
18
+ runs-on: ubuntu-latest
19
+ name: Run Codeball
20
+ steps:
21
+ - name: Codeball AI Actions
22
+ uses: sturdy-dev/codeball-action@v1
23
+```
24
25
+2. 🎉 That's it! Codeball will now run on your pull requests, and will pre-approve your PR if it's a good one!
0 commit comments