Skip to content

Commit

Permalink
Merge pull request #12 from huiping192/feature/action-update
Browse files Browse the repository at this point in the history
xcodeバージョン変更とreview
  • Loading branch information
huiping192 authored Dec 5, 2023
2 parents c6f0644 + fc9d019 commit 7b7cdc5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 14 additions & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,22 @@ on:
- main

env:
DEVELOPER_DIR: /Applications/Xcode-14.3.1.app
DEVELOPER_DIR: /Applications/Xcode-15.0.0.app

jobs:
reviewGPT:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Code Review GPT
uses: mattzcarey/[email protected]
with:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
MODEL: 'gpt-3.5-turbo'
GITHUB_TOKEN: ${{ github.token }}
build:
runs-on: self-hosted
steps:
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ xcuserdata/
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
*.xcscmblueprint
*.xccheckout

node_modules
package-lock.json
package.json
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
build/
DerivedData/
Expand Down

0 comments on commit 7b7cdc5

Please sign in to comment.