From 8814affd760966d0996e1a318bc3e7ed0e8ee192 Mon Sep 17 00:00:00 2001 From: Justin Ma Date: Wed, 29 Jan 2025 18:14:00 +0800 Subject: [PATCH] chore: Remove unecessary code checkout (#13) --- .github/workflows/basic.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index 8282a9e..e67bc5e 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -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: