lint: run asmdecl

Updates #24
This commit is contained in:
Michael McLoughlin
2019-01-13 12:02:06 -08:00
parent 475a241446
commit 54ee3a8b77

View File

@@ -12,3 +12,6 @@ test -z "$(git status --porcelain)"
# Run suite of golangci-lint checks.
# (Provide examples directory explicitly since it is skipped by default.)
golangci-lint run ./... ./examples/...
# Check asm declarations.
asmdecl ./...