diff options
Diffstat (limited to 'backend/justfile')
| -rw-r--r-- | backend/justfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/justfile b/backend/justfile index 4207b92..a74047f 100644 --- a/backend/justfile +++ b/backend/justfile @@ -2,5 +2,7 @@ check: go build -o /dev/null ./... go tool golangci-lint run +ci: check + gen: go generate ./... |
