ci: rename more elements of repo
All checks were successful
ci / goreleaser (push) Successful in 1m5s

This commit is contained in:
Martin McCaffery 2026-02-12 11:33:06 +01:00
parent e1a4e9c579
commit 90e765c898
Signed by: martin.mccaffery
GPG key ID: 7C4D0F375BCEE533
5 changed files with 13 additions and 13 deletions

View file

@ -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