Skip to content

Commit

Permalink
fix yamllint and query
Browse files Browse the repository at this point in the history
  • Loading branch information
tisutisu committed Nov 15, 2024
1 parent 49db4a5 commit 88cc5ab
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/task-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
with:
# Avoid using single or double quotes for multiline patterns
files: |
task/*/*/*.yaml
task/**
- name: Setup Go
if: steps.changed-files.outputs.any_changed == 'true'
uses: actions/setup-go@v5
Expand Down Expand Up @@ -44,8 +44,7 @@ jobs:
fi
tektor validate ${task}
done
}
}

Check failure on line 47 in .github/workflows/task-lint.yaml

View workflow job for this annotation

GitHub Actions / yamllint

47:12 [trailing-spaces] trailing spaces
# Validate task yamls using tektor linter
tasks_changed=$(print_changed_tasks_to_console)
[[ ! -z ${tasks_changed} ]] && {
Expand Down

0 comments on commit 88cc5ab

Please sign in to comment.