chore: add make install target and manage all dev tools via go.mod tool directive (#72)
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ pre-commit:
|
||||
|
||||
golangci-lint:
|
||||
glob: "*.go"
|
||||
run: golangci-lint run --timeout 5m --build-tags webkit2_41 ./...
|
||||
run: go tool golangci-lint run --timeout 5m --build-tags webkit2_41 ./...
|
||||
|
||||
codegen-check:
|
||||
glob: "*.{go,sql,templ}"
|
||||
|
||||
Reference in New Issue
Block a user