Skip to content

Commit

Permalink
style: remove trailing whitespace & extra empty lines
Browse files Browse the repository at this point in the history
Remove trailing whitespace and extra empty lines from the action file.
  • Loading branch information
d3adb5 committed Sep 19, 2023
1 parent 83e5b9d commit 5a69bb3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,12 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
unittest-version: v0.3.4

- name: Check that helm-unittest is installed
run: helm plugin list | sed 1d | awk '{print $1}' | grep -q '^unittest$'

- name: Check that helm-unittest version is v0.3.4
run: helm plugin list | awk '/^unittest\s/ { found = 1; print $2 } END { exit !found }' | grep -q '^0.3.4$'



test-action-simple-install:
name: Simple Install
Expand Down

0 comments on commit 5a69bb3

Please sign in to comment.