This commit is contained in:
parent
7e3a4efb2d
commit
862fc07328
8 changed files with 83 additions and 26 deletions
4
Makefile
4
Makefile
|
|
@ -1,7 +1,7 @@
|
|||
# ABOUTME: Makefile for forgejo-runner-resource-collector project.
|
||||
# ABOUTME: Makefile for forgejo-runner-optimiser project.
|
||||
# ABOUTME: Provides targets for building, formatting, linting, and testing.
|
||||
|
||||
BINARY_NAME := resource-collector
|
||||
BINARY_NAME := optimiser
|
||||
CMD_PATH := ./cmd/collector
|
||||
GO := go
|
||||
GOLANGCI_LINT := $(GO) run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.6.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue