This commit is contained in:
2023-05-21 11:23:03 -05:00
parent 2870a4a7a5
commit 78d0c48bc8
5 changed files with 19 additions and 6 deletions

4
scripts/golang-lint.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
#%%MULTILINE_YAML_START
#Build golang api
golangci-lint run ./...