fix: pre push is no more
This commit is contained in:
@@ -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 ./...' },
|
||||
|
||||
Reference in New Issue
Block a user