Update build-test.yml

Signed-off-by: 蔡秀吉 <84045975+thc1006@users.noreply.github.com>
pull/31068/head
蔡秀吉 2 months ago committed by GitHub
parent 8e5ce79e62
commit 896294e120
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -26,6 +26,8 @@ jobs:
with:
go-version: '${{ env.GOLANG_VERSION }}'
check-latest: true
- name: Install golangci-lint
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.50.1
- name: Test source headers are present
run: make test-source-headers
- name: Run unit tests

Loading…
Cancel
Save