AutoYADM commit: 2025-04-22 19:00:06

This commit is contained in:
Daniel Fichtinger 2025-04-22 19:00:06 -04:00
parent ce64d294cf
commit d4227fa9ea
2 changed files with 0 additions and 54 deletions

View file

@ -1,27 +0,0 @@
test:
#!/bin/sh
if command -v tparse >/dev/null 2>&1; then
set -o pipefail && go test ./... -json | tparse --all --smallscreen
else
go test ./...
fi
commit:
git add .
git commit
amend:
git add .
git commit --amend
fmt:
go fmt ./...
tools:
go install tool
lint:
golangci-lint run
check: fmt lint

View file

@ -1,27 +0,0 @@
test:
#!/bin/sh
if command -v tparse >/dev/null 2>&1; then
set -o pipefail && go test ./... -json | tparse --all --smallscreen
else
go test ./...
fi
commit:
git add .
git commit
amend:
git add .
git commit --amend
fmt:
go fmt ./...
tools:
go install tool
lint:
golangci-lint run
check: fmt lint