We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81be6f commit 0f6d3acCopy full SHA for 0f6d3ac
1 file changed
README.md
@@ -2,6 +2,9 @@
2
3
**AI-POWERED CODE REVIEW**
4
5
+
6
+
7
8
**Save time and $$$, use Codeball to perform an early review of all your code.**
9
10
* [Online Demo](https://codeball.ai/)
@@ -11,6 +14,7 @@
11
14
1. Create a new file called `.github/workflows/codeball.yml` with the following content:
12
15
13
16
```yaml
17
+name: Codeball
18
on: [pull_request]
19
20
jobs:
0 commit comments