fix: pre push is no more

This commit is contained in:
2026-05-27 12:08:52 +02:00
committed by Milas Holsting
parent f44d6def6b
commit 2b167a8df8

View File

@@ -6,12 +6,6 @@
{
'prettier': { 'run': 'bunx prettier . --write' },
'eslint': { 'run': 'bunx eslint . --fix' },
},
},
'pre-push':
{
'commands':
{
'go-fmt': { 'run': 'go fmt ./...' },
'go-lint': { 'run': 'bun run lint:go' },
'go-test': { 'run': 'go test ./...' },