From d8f3f66496a627553591fb1884a53bcbf76f793d Mon Sep 17 00:00:00 2001 From: liuyuecai Date: Sat, 16 Nov 2024 18:18:36 +0800 Subject: [PATCH] fix format --- .github/workflows/import_braft.yml | 5 +---- .github/workflows/pikiwidb.yml | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/import_braft.yml b/.github/workflows/import_braft.yml index ba65f32..1eeed31 100644 --- a/.github/workflows/import_braft.yml +++ b/.github/workflows/import_braft.yml @@ -13,10 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Build - run: | - echo "golang-format version" - /usr/bin/clang-format -version - bash ./etc/script/ci/build.sh + run: bash ./etc/script/ci/build.sh - name: Check Format working-directory: ${{ github.workspace }}/build diff --git a/.github/workflows/pikiwidb.yml b/.github/workflows/pikiwidb.yml index c5f42e6..94b69bb 100644 --- a/.github/workflows/pikiwidb.yml +++ b/.github/workflows/pikiwidb.yml @@ -13,10 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Build - run: | - echo "golang-format version" - /usr/bin/clang-format -version - bash ./etc/script/ci/build.sh + run: bash ./etc/script/ci/build.sh - name: Check Format working-directory: ${{ github.workspace }}/build