Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isindir committed Jun 30, 2024
1 parent 3d4b4cc commit bbd09e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Unit tests and envtest integration tests
run: make test

# shellcheck disable=SC2086
- name: start k3d
run: |

Check failure on line 56 in .github/workflows/ci.yaml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .github/workflows/ci.yaml#L56

shellcheck reported issue in this script: SC2086:info:2:60: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/ci.yaml:56:9: shellcheck reported issue in this script: SC2086:info:2:60: Double quote to prevent globbing and word splitting [shellcheck]
docker version
Expand Down

0 comments on commit bbd09e6

Please sign in to comment.