feat: add scripts test and format

Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
pull/921/head
Xinwei Xiong(cubxxw-openim) 2 years ago
parent 7fcee1643a
commit 6346b98115
No known key found for this signature in database
GPG Key ID: 1BAD6F395338EFDE

@ -32,10 +32,10 @@ jobs:
uses: golangci/golangci-lint-action@v3.7.0 uses: golangci/golangci-lint-action@v3.7.0
with: with:
# Require: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version # Require: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.53 version: v1.54
# Optional: working directory, useful for monorepos # Optional: working directory, useful for monorepos
working-directory: server # working-directory: server
# Optional: golangci-lint command line arguments. # Optional: golangci-lint command line arguments.
# #
@ -47,4 +47,4 @@ jobs:
only-new-issues: true only-new-issues: true
# Optional:The mode to install golangci-lint. It can be 'binary' or 'goinstall'. # Optional:The mode to install golangci-lint. It can be 'binary' or 'goinstall'.
install-mode: "binary" # install-mode: "goinstall"
Loading…
Cancel
Save