1
0
mirror of https://github.com/hustcer/deepseek-review.git synced 2026-05-13 05:16:05 +08:00

fix typos

This commit is contained in:
hustcer
2025-02-01 22:16:18 +08:00
parent 00000006fb
commit 03903b7a36
8 changed files with 61 additions and 61 deletions

View File

@@ -1,5 +1,5 @@
# Description:
# - Deepseek code review with GitHub Actions
# - DeepSeek code review with GitHub Actions
name: Code Review
on:
@@ -21,7 +21,7 @@ jobs:
# Make sure the code review happens only when the PR has the label 'ai review'
# if: contains(github.event.pull_request.labels.*.name, 'ai review')
steps:
- name: Deepseek Code Review
- name: DeepSeek Code Review
uses: hustcer/deepseek-review@develop
with:
max-length: 15000