Skip to content

Commit b3a8180

Browse files
committed
chore(#3): multi langs test in ci
1 parent ceeb733 commit b3a8180

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,17 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515

16-
- name: Try Diff Context
16+
- name: Python Diff Context
1717
uses: ./
1818
with:
1919
lang: "python"
20-
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
20+
21+
- name: Golang Diff Context
22+
uses: ./
23+
with:
24+
lang: "golang"
25+
26+
- name: Java Diff Context
27+
uses: ./
28+
with:
29+
lang: "java"

0 commit comments

Comments
 (0)