Skip to content

Commit

Permalink
tfest
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyuecai committed Nov 16, 2024
1 parent 2a979db commit 5bd94d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/import_braft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
- uses: actions/checkout@v4

- name: Build
run: bash ./etc/script/ci/build.sh
run: |
echo "golang-format version"
/usr/bin/clang-format -version
bash ./etc/script/ci/build.sh
- name: Check Format
working-directory: ${{ github.workspace }}/build
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/pikiwidb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
- uses: actions/checkout@v4

- name: Build
run: bash ./etc/script/ci/build.sh
run: |
echo "golang-format version"
/usr/bin/clang-format -version
bash ./etc/script/ci/build.sh
- name: Check Format
working-directory: ${{ github.workspace }}/build
Expand Down

0 comments on commit 5bd94d3

Please sign in to comment.