Skip to content

feat: 支持 JS 对象和数组转 Map 和 Array #7

feat: 支持 JS 对象和数组转 Map 和 Array

feat: 支持 JS 对象和数组转 Map 和 Array #7

Workflow file for this run

name: Code Review
permissions:
contents: read
pull-requests: write
on:
pull_request:
types: [opened, reopened]
jobs:
code-review:
runs-on: ubuntu-latest
steps:
- uses: anc95/ChatGPT-CodeReview@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
LANGUAGE: Chinese