Merged in bugfix/cleanup (pull request #10)

Clean Up Testing and Linting

* somescriptcleanup

* mostgolangci

* deplatest

* imageversions

* usingscratch

* movedqueuefrtesting

* finishedunittesting

* linting

* taskfilecontext
This commit is contained in:
Michael McGuinness
2025-01-10 11:12:03 +00:00
parent 57764272c3
commit 0ebb8a21a1
62 changed files with 940 additions and 357 deletions
+10 -3
View File
@@ -1,9 +1,10 @@
---
# https://taskfile.dev
version: '3'
vars:
COMPOSE_FILE: "{{.CONTEXT}}/deployments/compose.yaml"
COMPOSE_FILE: "deployments/compose.yaml"
tasks:
build:
@@ -11,7 +12,13 @@ tasks:
- docker compose -f {{.COMPOSE_FILE}} build
up:
cmds:
- docker compose -f {{.COMPOSE_FILE}} up
- docker compose -f {{.COMPOSE_FILE}} up --no-recreate
up:bg:
cmds:
- docker compose -f {{.COMPOSE_FILE}} up --no-recreate -d
down:
cmds:
- docker compose -f {{.COMPOSE_FILE}} down
lint:
cmds:
- docker compose -f {{.COMPOSE_FILE}} config
- docker compose -f {{.COMPOSE_FILE}} config