We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a0d69 commit d5ddaf3Copy full SHA for d5ddaf3
1 file changed
.github/workflows/AndroidBuild.yml
@@ -7,6 +7,19 @@ on:
7
branches:
8
- main
9
jobs:
10
+ review:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - name: Checkout Repo
14
+ uses: actions/checkout@v3
15
+
16
+ - name: AI Code Reviewer
17
+ uses: thecodophile/super-app@main
18
+ with:
19
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
20
+ OPENAI_API_KEY: ${{secrets.OPENAI_API_KEY}}
21
+ OPENAI_API_MODEL: "gpt-4"
22
+ exclude: "**/*.json, **/*.md"
23
build:
24
runs-on: ubuntu-latest
25
steps:
@@ -38,4 +51,4 @@ jobs:
38
51
uses: actions/upload-artifact@v4.6.2
39
52
with:
40
53
name: "SuperApp Build"
41
- path: output-apk/SuperApp_*.apk
54
+ path: output-apk/SuperApp_*.apk
0 commit comments