Skip to content

Sync v0.0.24

Sync v0.0.24 #4

Triggered via pull request September 30, 2024 13:12
@KnockOutEZKnockOutEZ
synchronize #1
sync-v007
Status Failure
Total duration 3m 8s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 3 warnings
lint: provider/cmd/pulumi-resource-pgedge/main.go#L25
File is not `gofmt`-ed with `-s` (gofmt)
lint
issues found
lint
Process completed with exit code 2.
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, 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: provider/resources.go#L7
blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
lint: provider/resources.go#L26
unused-parameter: parameter 'res' seems to be unused, consider removing or renaming it as _ (revive)