Skip to content

Commit

Permalink
Fixing broken yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smickovskid committed Sep 11, 2023
1 parent 9e3da7f commit 7720854
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
run: make lint-go-ops
run: make lint-go-ops

Check failure on line 22 in .github/workflows/golangci-lint.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .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]
Raw output
.github/workflows/golangci-lint.yml:22:9: 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]
- name: Store lint report artifact
if: always()
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
Expand All @@ -43,8 +42,7 @@ jobs:
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
run: make lint-go-integration-tests
run: make lint-go-integration-tests

Check failure on line 45 in .github/workflows/golangci-lint.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .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]
Raw output
.github/workflows/golangci-lint.yml:45:9: 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]
- name: Store lint report artifact
if: always()
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
Expand All @@ -67,8 +65,7 @@ jobs:
check-latest: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
run: make lint-go-relay
run: make lint-go-relay

Check failure on line 68 in .github/workflows/golangci-lint.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .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]
Raw output
.github/workflows/golangci-lint.yml:68:9: 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]
- name: Store lint report artifact
if: always()
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
Expand Down

0 comments on commit 7720854

Please sign in to comment.