Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 75c96cf

Browse files
authored
Merge pull request #14 from githubtraining/required-false
Add required false fields
2 parents 3421315 + 617624a commit 75c96cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,12 @@ steps:
234234
html: '%actions.index_file%'
235235
tag: ul
236236
action_id: contains_ul
237+
required: false
237238
- type: htmlContainsTag
238239
html: '%actions.index_file%'
239240
tag: ol
240241
action_id: contains_ol
242+
required: false
241243
- type: gate
242244
gates:
243245
- left: '%actions.contains_ul%'
@@ -262,6 +264,7 @@ steps:
262264
html: '%actions.index_file%'
263265
tag: a
264266
action_id: contains_a
267+
required: false
265268
- type: gate
266269
left: '%actions.contains_a%'
267270
else:

0 commit comments

Comments
 (0)