Skip to content

refactor: create cmd, add temportal dep and proc #13

refactor: create cmd, add temportal dep and proc

refactor: create cmd, add temportal dep and proc #13

Triggered via pull request January 2, 2025 20:22
@puriapuria
synchronize #18
temporal
Status Success
Total duration 12s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint: pocketbase/did/did.go#L5
a blank import should be only in a main or test package, or have a comment justifying it
Lint: deployment/thirdparty-simulator/main.go#L1
should have a package comment
Lint: migrations/1664858353_collections_snapshot.go#L130
parameter 'db' seems to be unused, consider removing or renaming it as _
Lint: migrations/1664858353_collections_snapshot.go#L1
should have a package comment
Lint: pocketbase/did/did.go#L39
parameter 'req' seems to be unused, consider removing or renaming it as _
Lint: pocketbase/did/did.go#L39
parameter 'via' seems to be unused, consider removing or renaming it as _
Lint: pocketbase/did/did.go#L63
func didId should be didID
Lint: pocketbase/feature/feature.go#L17
should have a package comment
Lint: deployment/thirdparty-simulator/api/api.go#L1
should have a package comment
Lint: deployment/thirdparty-simulator/api/api.go#L16
exported const DefaultEndpoint should have comment or be unexported