Skip to content

Commit 61ada1f

Browse files
committed
Add README
1 parent df42686 commit 61ada1f

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
1-
# codeball-action
1+
# 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

Comments
 (0)