Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NOISSUE - Move Test Documentation To Docs Repository #43

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ updates:
interval: "weekly"
day: "monday"
timezone: "Europe/Paris"
groups:
go-dependency:
patterns:
- "*"
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ help:
@echo "Usage: make <target>"
@echo ""
@echo "Targets:"
@echo " build: build the binary"
@echo " install: install the binary"
@echo " all: build the binary"
@echo " clean: clean the build directory"
@echo " lint: run golangci-lint"
@echo " <service>: build the binary for the service i.e manager, proplet, cli"
@echo " all: build all binaries i.e manager, proplet, cli"
@echo " install: install the binary i.e copies to GOBIN"
@echo " clean: clean the build directory"
@echo " lint: run golangci-lint"
@echo " start-magistrala: start the magistrala docker compose"
@echo " stop-magistrala: stop the magistrala docker compose"
@echo " help: display this help message"
@echo " help: display this help message"
104 changes: 0 additions & 104 deletions test.md

This file was deleted.

Loading