chore(ci): fixup ci checks with gofmt

Signed-off-by: slasher <shenjie1@oppo.com>
This commit is contained in:
slasher 2023-04-12 18:00:43 +08:00 committed by leonrayang
parent 5936a97208
commit 6f54e0bf6d

View File

@ -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