We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2e9db commit 29ca788Copy full SHA for 29ca788
1 file changed
Makefile
@@ -17,7 +17,7 @@ build: tools
17
test: tools
18
./tools/speccheck -v
19
20
-lint:
+lint: build
21
@[ -f refs-openrpc.json ] || $(MAKE) build >/dev/null
22
cd tools && go tool openrpc-linter lint ../refs-openrpc.json -r ../openrpc-lint.yml
23
0 commit comments