diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92ebb2b..10bc17a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,6 +68,7 @@ jobs: with: version: latest args: --timeout=5m + config: .golangci.yml # Ensure the config file is specified shellcheck: name: Shell scripts @@ -86,4 +87,4 @@ jobs: uses: ludeeus/action-shellcheck@master with: scandir: "./tests/integration" - severity: warning \ No newline at end of file + severity: warning