Skip to content

Commit

Permalink
test: Ensure action is still working after Dependabot updates
Browse files Browse the repository at this point in the history
This should be automated...
  • Loading branch information
stephenmathieson authored Oct 7, 2024
1 parent 440815d commit 15f61c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,11 @@
<img />
<div role="foo"></div>
<object></object>
<form action="/foo" method="banana">
<p>First name:</p>
<input name="first" type="text" />
<p>Last name:</p>
<input name="last" type="text" />
</form>
</body>
</html>

0 comments on commit 15f61c3

Please sign in to comment.