Added (incomplete) check-ci.sh for locally checking ci before

pushing/opening a PR
This commit is contained in:
2025-07-03 14:43:37 +03:00
parent 875a5576db
commit b951d00f79

4
check-ci.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
test -z "$(go fmt ./...)"
staticcheck ./...