mirror of
https://github.com/planetmint/planetmint-go.git
synced 2026-03-07 01:21:23 +00:00
add dao lint rule to audit workflow
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
1
.github/workflows/audit.yaml
vendored
1
.github/workflows/audit.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user