fix: add involves edge from task to agent:nomos at creation
Plus sync vendor directory for Docker build compatibility.
This commit is contained in:
18
vendor/github.com/coder/websocket/Makefile
generated
vendored
Normal file
18
vendor/github.com/coder/websocket/Makefile
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
.PHONY: all
|
||||
all: fmt lint test
|
||||
|
||||
.PHONY: fmt
|
||||
fmt:
|
||||
./ci/fmt.sh
|
||||
|
||||
.PHONY: lint
|
||||
lint:
|
||||
./ci/lint.sh
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
./ci/test.sh
|
||||
|
||||
.PHONY: bench
|
||||
bench:
|
||||
./ci/bench.sh
|
||||
Reference in New Issue
Block a user