Implement logic

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2025-11-04 19:16:00 +00:00
parent 00b28ddeb9
commit e8c9741358
4 changed files with 141 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
.DEFAULT_GOAL := default
IMAGE ?= rg.fr-par.scw.cloud/averagemarcus-private/online-exporter:latest
IMAGE ?= rg.fr-par.scw.cloud/averagemarcus/online-exporter:latest
.PHONY: test # Run all tests, linting and format checks
test: lint check-format run-tests