Fixing broken yml #1200
This workflow graph cannot be shown
A graph will be generated the next time this workflow is run.
Annotations
4 errors
Error
a step cannot have both the `uses` and `run` keys
|
[actionlint] .github/workflows/golangci-lint.yml#L22:
.github/workflows/golangci-lint.yml#L22
this step is for running action since it contains at least one of "uses", "with" keys, but also contains "run" key which is used for running shell command [syntax-check]
|
[actionlint] .github/workflows/golangci-lint.yml#L45:
.github/workflows/golangci-lint.yml#L45
this step is for running action since it contains at least one of "uses", "with" keys, but also contains "run" key which is used for running shell command [syntax-check]
|
[actionlint] .github/workflows/golangci-lint.yml#L68:
.github/workflows/golangci-lint.yml#L68
this step is for running action since it contains at least one of "uses", "with" keys, but also contains "run" key which is used for running shell command [syntax-check]
|