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

Commit

Permalink
Merge pull request #28 from githubtraining/validate-lists
Browse files Browse the repository at this point in the history
Add gate in intro to html course for actual list items
  • Loading branch information
brianamarie authored Feb 3, 2020
2 parents a408a8b + 1990009 commit b2f3361
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,18 @@ steps:
type: createReview
body: 08e-list.md
event: REQUEST_CHANGES
- type: htmlContainsTag
html: "%actions.index_file%"
tag: li
action_id: contains_li
required: false
- type: gate
gates:
- left: "%actions.contains_li%"
else:
type: createReview
body: 08e-list.md
event: REQUEST_CHANGES
- type: createPullRequestComment
body: 09-add-links.md
file: index.html
Expand Down

0 comments on commit b2f3361

Please sign in to comment.