Use oapi-codegen for generate server code, change mux -> chi #44
build.yml
on: pull_request
Check dependencies with nancy
14s
Lint with golangci-lint
8s
Annotations
6 errors and 4 warnings
Lint with golangci-lint:
internal/app/api/routers/routers.gen.go#L1
[golangci] reported by reviewdog 🐶
: # ctf01d/internal/app/api/routers
Raw Output:
internal/app/api/routers/routers.gen.go:1: : # ctf01d/internal/app/api/routers
|
Lint with golangci-lint:
internal/app/api/routers/routers.gen.go#L72
[golangci] reported by reviewdog 🐶
undefined: GetApiUniversitiesParams
Raw Output:
internal/app/api/routers/routers.gen.go:72:68: undefined: GetApiUniversitiesParams
|
Lint with golangci-lint:
internal/app/api/routers/routers.gen.go#L207
[golangci] reported by reviewdog 🐶
undefined: GetApiUniversitiesParams
Raw Output:
internal/app/api/routers/routers.gen.go:207:90: undefined: GetApiUniversitiesParams
|
Lint with golangci-lint:
internal/app/api/routers/routers.gen.go#L643
[golangci] reported by reviewdog 🐶
undefined: GetApiUniversitiesParams (typecheck)
Raw Output:
internal/app/api/routers/routers.gen.go:643:13: undefined: GetApiUniversitiesParams (typecheck)
// Package routers provides primitives to interact with the openapi HTTP API.
|
Lint with golangci-lint:
internal/app/routers/routers.go#L104
[golangci] reported by reviewdog 🐶
expected 'package', found 'EOF' (typecheck)
Raw Output:
internal/app/routers/routers.go:104:6: expected 'package', found 'EOF' (typecheck)
// }
^
|
Lint with golangci-lint
reviewdog exited with status code: 1
|
Lint with golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint with golangci-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check dependencies with nancy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check dependencies with nancy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|