mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-04 11:07:39 +08:00
ci: switch to gofumpt
This commit is contained in:
parent
ecf695a68d
commit
ce63c54a16
@ -33,7 +33,7 @@ linters:
|
||||
#- goconst
|
||||
- gocritic
|
||||
#- gocyclo
|
||||
- gofmt
|
||||
- gofumpt
|
||||
- goimports
|
||||
- goprintffuncname
|
||||
#- gosec
|
||||
|
@ -13,7 +13,7 @@ git config --local user.name 'Github Actions'
|
||||
git config --local user.email 'github-actions@users.noreply.github.com'
|
||||
git add --all
|
||||
git commit -m "update to $LATEST_VERSION"
|
||||
git tag -d "${GITHUB_REF#"refs/tags/"}"
|
||||
git tag "${GITHUB_REF#"refs/tags/"}"
|
||||
git tag -d "$LATEST_VERSION"
|
||||
git tag "$LATEST_VERSION"
|
||||
git push
|
||||
git push --tags
|
Loading…
x
Reference in New Issue
Block a user