mirror of
https://github.com/hustcer/deepseek-review.git
synced 2026-05-13 05:16:05 +08:00
chore: Remove unecessary code checkout (#13)
This commit is contained in:
7
.github/workflows/basic.yml
vendored
7
.github/workflows/basic.yml
vendored
@@ -1,5 +1,5 @@
|
||||
# Description:
|
||||
# - Setup Moonbit with GitHub Actions
|
||||
# - Deepseek code review with GitHub Actions
|
||||
# REF:
|
||||
# - https://github.com/marketplace/actions/checkout
|
||||
|
||||
@@ -20,11 +20,8 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
runs-on: ubuntu-latest
|
||||
name: Deepseek Code Review
|
||||
name: Code Review
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Deepseek Code Review
|
||||
uses: hustcer/deepseek-review@develop
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user