Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
uses: actions/checkout@v5

- name: Check for prohibited vcluster import in config dir
run: |

Check warning on line 28 in .github/workflows/lint.yaml

View workflow job for this annotation

GitHub Actions / Lint GitHub Actions workflows

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2038:warning:6:15: Use 'find .. -print0 | xargs -0 ..' or 'find .. -exec .. +' to allow non-alphanumeric filenames [shellcheck] Raw Output: w:.github/workflows/lint.yaml:28:9: shellcheck reported issue in this script: SC2038:warning:6:15: Use 'find .. -print0 | xargs -0 ..' or 'find .. -exec .. +' to allow non-alphanumeric filenames [shellcheck]
#!/bin/bash
set -e

Expand Down Expand Up @@ -65,6 +65,6 @@
fi

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v8
uses: golangci/golangci-lint-action@v9
with:
version: v2.4
Loading