Merge pull request #24 from mips171/mips171/makefile

Makefile fix to run worker
This commit is contained in:
Mike Stefanello 2023-01-05 20:32:31 -05:00 committed by GitHub
commit c90ffac0e8

View file

@ -64,7 +64,7 @@ test:
.PHONY: worker
worker:
clear
go run cmd/worker/worker.go
go run cmd/worker/main.go
# Check for direct dependency updates
.PHONY: check-updates