mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-04-24 04:40:22 +08:00
Use `golangci-lint fmt` to format code, replacing the previous gofumpt-based formatter. https://github.com/daixiang0/gci is used to order the imports. Also drops the `gitea-vet` dependency since `gci` now handles import ordering. Mirrors https://github.com/go-gitea/gitea/pull/37194. --- This PR was written with the help of Claude Opus 4.7 Reviewed-on: https://gitea.com/gitea/act_runner/pulls/823 Reviewed-by: Nicolas <173651+bircni@noreply.gitea.com> Co-authored-by: silverwind <me@silverwind.io> Co-committed-by: silverwind <me@silverwind.io>
14 lines
133 B
Plaintext
14 lines
133 B
Plaintext
/act_runner
|
|
.env
|
|
.runner
|
|
coverage.txt
|
|
/config.yaml
|
|
|
|
# Jetbrains
|
|
.idea
|
|
# MS VSCode
|
|
.vscode
|
|
__debug_bin
|
|
# gorelease binary folder
|
|
dist
|