Skip to content

Commit 62e8f18

Browse files
authored
Update AndroidBuild.yml
1 parent ccc7008 commit 62e8f18

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/AndroidBuild.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,7 @@ on:
66
push:
77
branches:
88
- main
9-
permissions: write-all
109
jobs:
11-
review:
12-
runs-on: ubuntu-latest
13-
steps:
14-
- name: Checkout Repo
15-
uses: actions/checkout@v3
16-
17-
- name: AI Code Reviewer
18-
uses: thecodophile/ai-code-reviewer@main
19-
with:
20-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
21-
OPENAI_API_KEY: ${{secrets.OPENAI_API_KEY}}
22-
OPENAI_API_MODEL: "gpt-4"
23-
exclude: "**/*.json, **/*.md"
2410
build:
2511
runs-on: ubuntu-latest
2612
steps:

0 commit comments

Comments
 (0)