1
0
Fork 0
mirror of https://github.com/laravel-ls/uri synced 2026-06-19 03:20:01 +02:00

fix circleci cache logic

This commit is contained in:
Koichi Shiraishi 2021-02-04 05:42:03 +09:00
parent 4d394892b9
commit a28c0baecd
No known key found for this signature in database
GPG key ID: A71DFD3B4DA7A79B
6 changed files with 938 additions and 34 deletions

10
tools/tools.go Normal file
View file

@ -0,0 +1,10 @@
// +build tools
package tools
import (
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
_ "golang.org/x/tools/cmd/goimports"
_ "gotest.tools/gotestsum"
_ "mvdan.cc/gofumpt"
)