Skip to content

Commit

Permalink
fix yaml lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tisutisu committed Oct 17, 2024
1 parent 25e6989 commit 17aa0a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-task-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Run Task Tests

"on":
pull_request:
pull_request

jobs:
run-task-tests:
Expand Down Expand Up @@ -29,7 +29,7 @@ jobs:
uses: helm/kind-action@v1
with:
config: konflux-ci/kind-config.yaml

Check failure on line 32 in .github/workflows/run-task-tests.yaml

View workflow job for this annotation

GitHub Actions / yamllint

32:1 [trailing-spaces] trailing spaces
- name: Show version information
run: |
kubectl version
Expand Down Expand Up @@ -65,4 +65,4 @@ jobs:
- name: Deploy test resources
run: |
cd $GITHUB_WORKSPACE/konflux-ci
./deploy-test-resources.sh
./deploy-test-resources.sh
2 changes: 1 addition & 1 deletion task/git-clone/0.1/tests/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ spec:
- name: url
value: https://github.com/kelseyhightower/nocode
- name: revision
value: 1.0.0
value: 1.0.0

0 comments on commit 17aa0a1

Please sign in to comment.