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:
parent
ecf695a68d
commit
ce63c54a16
@ -33,7 +33,7 @@ linters:
|
|||||||
#- goconst
|
#- goconst
|
||||||
- gocritic
|
- gocritic
|
||||||
#- gocyclo
|
#- gocyclo
|
||||||
- gofmt
|
- gofumpt
|
||||||
- goimports
|
- goimports
|
||||||
- goprintffuncname
|
- goprintffuncname
|
||||||
#- gosec
|
#- gosec
|
||||||
|
@ -13,7 +13,7 @@ git config --local user.name 'Github Actions'
|
|||||||
git config --local user.email 'github-actions@users.noreply.github.com'
|
git config --local user.email 'github-actions@users.noreply.github.com'
|
||||||
git add --all
|
git add --all
|
||||||
git commit -m "update to $LATEST_VERSION"
|
git commit -m "update to $LATEST_VERSION"
|
||||||
git tag -d "${GITHUB_REF#"refs/tags/"}"
|
git tag -d "$LATEST_VERSION"
|
||||||
git tag "${GITHUB_REF#"refs/tags/"}"
|
git tag "$LATEST_VERSION"
|
||||||
git push
|
git push
|
||||||
git push --tags
|
git push --tags
|
Loading…
x
Reference in New Issue
Block a user