mirror of
https://github.com/appleboy/drone-scp.git
synced 2026-06-04 18:23:59 +08:00
ci: enhance linting and string manipulations in plugin code
- Update golangci-lint action to v7 and specify version v2.0 in the GitHub testing workflow - Add `.golangci.yaml` configuration file with various linters and settings - Refactor string concatenation method for destination file name in `plugin.go` - Use `strings.ReplaceAll` for replacing spaces in target paths in `plugin.go` - Change error handling to use `errors.As` for type assertion in `plugin.go` Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
@@ -18,9 +18,9 @@ jobs:
|
||||
check-latest: true
|
||||
|
||||
- name: Setup golangci-lint
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
uses: golangci/golangci-lint-action@v7
|
||||
with:
|
||||
version: latest
|
||||
version: v2.0
|
||||
args: --verbose
|
||||
|
||||
- uses: hadolint/hadolint-action@v3.1.0
|
||||
|
||||
Reference in New Issue
Block a user