mirror of
https://github.com/cubefs/cubefs.git
synced 2026-08-02 02:00:56 +00:00
chore(ci): fixup ci checks with gofmt
Signed-off-by: slasher <shenjie1@oppo.com>
This commit is contained in:
parent
5936a97208
commit
6f54e0bf6d
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -24,6 +24,10 @@ jobs:
|
||||
ci-tests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set up Go Version 1.17.x
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.17
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v3
|
||||
- name: Check gofmt
|
||||
|
||||
Loading…
Reference in New Issue
Block a user