diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index 47f8434..f318bbd 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -40,6 +40,7 @@ jobs: # Add lint-ignore comment to beginning of files sed -i "1i${LINT}" ./x/asset/types/query.pb.gw.go sed -i "1i${LINT}" ./x/machine/types/query.pb.gw.go + sed -i "1i${LINT}" ./x/dao/types/query.pb.gw.go staticcheck ./... - name: Install golangci-lint