mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-06-05 21:56:45 +00:00
add dao lint rule to audit workflow
Signed-off-by: Lorenz Herzberger <lorenzherzberger@gmail.com>
This commit is contained in:
parent
6283299d94
commit
d32c2c71cf
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
|
# Add lint-ignore comment to beginning of files
|
||||||
sed -i "1i${LINT}" ./x/asset/types/query.pb.gw.go
|
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/machine/types/query.pb.gw.go
|
||||||
|
sed -i "1i${LINT}" ./x/dao/types/query.pb.gw.go
|
||||||
staticcheck ./...
|
staticcheck ./...
|
||||||
|
|
||||||
- name: Install golangci-lint
|
- name: Install golangci-lint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user