1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-04 19:17:37 +08:00

ci: switch to gofumpt

This commit is contained in:
wdvxdr 2021-04-04 22:15:19 +08:00
parent ecf695a68d
commit ce63c54a16
No known key found for this signature in database
GPG Key ID: 55FF1414A69CEBA6
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ linters:
#- goconst
- gocritic
#- gocyclo
- gofmt
- gofumpt
- goimports
- goprintffuncname
#- gosec

View File

@ -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