Skip to content

Commit

Permalink
chore: add alias to lint-yaml task
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillmorozov committed Mar 12, 2024
1 parent b740755 commit f6140a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ tasks:

lint-yaml:
desc: Lint YAML files using yamllint
aliases:
- lint
preconditions:
- sh: yamllint --version
msg: yamllint is not installed
Expand Down

0 comments on commit f6140a6

Please sign in to comment.