temp disable lint

This commit is contained in:
Boshi Lian 2022-06-13 10:25:27 -07:00 committed by GitHub
parent 2c198878c7
commit ebad55c80a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,10 +32,10 @@ jobs:
with:
setAllVars: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=10m -E gofmt
# - name: golangci-lint
# uses: golangci/golangci-lint-action@v3
# with:
# args: --timeout=10m -E gofmt
- name: Build
run: |