Skip to content

Commit

Permalink
fixing trailing issues
Browse files Browse the repository at this point in the history
Signed-off-by: hansinikarunarathne <hansini.20@cse.mrt.ac.lk>
  • Loading branch information
hansinikarunarathne committed Aug 15, 2024
1 parent 36f33f7 commit 4289fa3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kserve_cni_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: kind create cluster --config tests/gh-actions/kind-cluster.yaml

- name: Install Calico
run: ./tests/gh-actions/install_calico.sh
run: ./tests/gh-actions/install_calico.sh

- name: Install kustomize
run: ./tests/gh-actions/install_kustomize.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notebook_controller_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Install Calico
run: ./tests/gh-actions/install_calico.sh

- name: Install kustomize
run: ./tests/gh-actions/install_kustomize.sh

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ray_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Install Calico
run: ./tests/gh-actions/install_calico.sh

Check failure on line 25 in .github/workflows/ray_test.yaml

View workflow job for this annotation

GitHub Actions / format_YAML_files

25:1 [trailing-spaces] trailing spaces
- name: Install kustomize
run: ./tests/gh-actions/install_kustomize.sh

Expand Down

0 comments on commit 4289fa3

Please sign in to comment.