mirror of
https://github.com/Kyren223/eko.git
synced 2025-09-05 21:18:14 +00:00
Added (incomplete) check-ci.sh for locally checking ci before
pushing/opening a PR
This commit is contained in:
4
check-ci.sh
Executable file
4
check-ci.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
test -z "$(go fmt ./...)"
|
||||
staticcheck ./...
|
Reference in New Issue
Block a user