Rename project to actions-sync
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
|
||||
test -z "${DEBUG:-}" || {
|
||||
set -x
|
||||
}
|
||||
|
||||
_tools/bin/golangci-lint run --config .golangci.yaml
|
||||
Reference in New Issue
Block a user