Skip to content

Create build and release pipeline #4

Create build and release pipeline

Create build and release pipeline #4

Triggered via pull request October 4, 2024 17:25
Status Failure
Total duration 30s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
lint: pkg/bicep/biceptoschema.go#L101
Error return value is not checked (errcheck)
lint: pkg/bicep/biceptoschema.go#L129
Error return value is not checked (errcheck)
lint: pkg/bicep/biceptoschema.go#L145
Error return value is not checked (errcheck)
lint: pkg/bicep/biceptoschema.go#L154
Error return value is not checked (errcheck)
lint: pkg/bicep/biceptoschema.go#L183
Error return value is not checked (errcheck)
lint: pkg/bicep/biceptoschema.go#L186
Error return value is not checked (errcheck)
lint: pkg/bicep/biceptoschema.go#L216
Error return value is not checked (errcheck)
lint: pkg/bicep/biceptoschema.go#L219
Error return value is not checked (errcheck)
lint: pkg/opentofu/tofutoschema.go#L126
Error return value is not checked (errcheck)
lint: pkg/opentofu/tofutoschema.go#L141
Error return value is not checked (errcheck)
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/airlock/airlock. Supported file pattern: go.sum
lint: pkg/helm/helmtoschema.go#L20
exported: func name will be used as helm.HelmToSchema by other packages, and that stutters; consider calling this ToSchema (revive)
lint: pkg/helm/helmtoschema.go#L88
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
lint: pkg/bicep/biceptoschema.go#L32
exported: func name will be used as bicep.BicepToSchema by other packages, and that stutters; consider calling this ToSchema (revive)
lint: pkg/bicep/schematobicep.go#L14
var-declaration: should omit type string from declaration of var indent; it will be inferred from the right-hand side (revive)