feat: Init CI #1
Annotations
10 errors and 2 warnings
Build:
internal/handlers/auth_handler.go#L33
Error return value of `c.BindJSON` is not checked (errcheck)
|
Build:
internal/handlers/auth_handler.go#L43
Error return value of `page.SetUserAgent` is not checked (errcheck)
|
Build:
internal/handlers/auth_handler.go#L47
Error return value of `page.Navigate` is not checked (errcheck)
|
Build:
internal/handlers/auth_handler.go#L49
Error return value of `page.WaitLoad` is not checked (errcheck)
|
Build:
internal/handlers/knust_server_status_handler.go#L98
Error return value of `(*encoding/json.Decoder).Decode` is not checked (errcheck)
|
Build:
internal/handlers/user_data_handler.go#L58
Error return value of `page.SetUserAgent` is not checked (errcheck)
|
Build:
internal/handlers/user_data_handler.go#L64
Error return value of `page.Navigate` is not checked (errcheck)
|
Build:
internal/handlers/user_data_handler.go#L66
Error return value of `page.WaitLoad` is not checked (errcheck)
|
Build:
tests/auth_handler_test.go#L19
Error return value of `godotenv.Load` is not checked (errcheck)
|
Build:
tests/auth_handler_test.go#L78
Error return value of `(*encoding/json.Decoder).Decode` is not checked (errcheck)
|
Build
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/.
|
Build
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/
|