Skip to content

Commit

Permalink
Assert empty values.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Jun 9, 2023
1 parent a86f0af commit 9386df8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/assert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@
that:
- item.name is defined
- item.name is string
- item.name is not none
- item.link is defined
- item.link is string
- item.link is not none
- item.path is defined
- item.path is string
- item.path is not none
quiet: yes
when:
- alternatives_list is defined
Expand Down

0 comments on commit 9386df8

Please sign in to comment.