add dao lint rule to audit workflow

Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
Lorenz Herzberger 2023-09-05 12:21:06 +02:00
parent 6283299d94
commit d32c2c71cf
No known key found for this signature in database
GPG Key ID: FA5EE906EB55316A

View File

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