Skip to content

feat: api key and standardization of uid action #401

feat: api key and standardization of uid action

feat: api key and standardization of uid action #401

Triggered via push September 5, 2024 21:15
Status Failure
Total duration 1m 33s
Artifacts

ci.yml

on: push
build-with-coverage
1m 22s
build-with-coverage
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
build-with-coverage: client/project.go#L41
exported: comment on exported method V1Client.GetProject should be of the form "GetProject ..." (revive)
build-with-coverage: client/user.go#L87
exported: comment on exported method V1Client.DeleteUser should be of the form "DeleteUser ..." (revive)
build-with-coverage: client/api_key.go#L13
exported: exported method V1Client.GetAPIKeys should have comment or be unexported (revive)
build-with-coverage: client/api_key.go#L23
exported: exported method V1Client.DeleteAPIKeyByName should have comment or be unexported (revive)
build-with-coverage: client/api_key.go#L36
exported: exported method V1Client.DeleteAPIKey should have comment or be unexported (revive)
build-with-coverage: client/ssh_key.go#L45
exported: comment on exported method V1Client.GetSSHKey should be of the form "GetSSHKey ..." (revive)
build-with-coverage
Process completed with exit code 2.
build-with-coverage
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/