Skip to content

Commit d5ddaf3

Browse files
authored
Update AndroidBuild.yml try to integrate AI in pipeline
1 parent 58a0d69 commit d5ddaf3

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/AndroidBuild.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ on:
77
branches:
88
- main
99
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"
1023
build:
1124
runs-on: ubuntu-latest
1225
steps:
@@ -38,4 +51,4 @@ jobs:
3851
uses: actions/upload-artifact@v4.6.2
3952
with:
4053
name: "SuperApp Build"
41-
path: output-apk/SuperApp_*.apk
54+
path: output-apk/SuperApp_*.apk

0 commit comments

Comments
 (0)