Skip to content

Commit

Permalink
ci: Add missing phony targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Jan 19, 2025
1 parent 2e70f39 commit 4942876
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@ live:

lint:
golangci-lint run
.PHONY: lint

lintfix:
golangci-lint run --fix
.PHONY: lintfix

# ------------
# audit
# ------------

# sdlaksdjlask dlaksd asdlkjasdl as
## audit: Run `go mod tidy`, `go fmt`, `golint`, `go test`, and `go vet`
audit:
echo 'Tidying...'
Expand Down Expand Up @@ -163,3 +165,4 @@ vps/logs/app:
## vps/redeploy: Prompt watchtower to poll and deploy new version
vps/redeploy:
ssh n8n-shortlink-infra "docker exec watchtower /watchtower --run-once n8n-shortlink"
.PHONY: vps/redeploy

0 comments on commit 4942876

Please sign in to comment.