Skip to content

Instantly share code, notes, and snippets.

@craigspaeth
Last active October 23, 2017 16:03
Show Gist options
  • Save craigspaeth/5e42487e5ae6e562fd8718cf3952247d to your computer and use it in GitHub Desktop.
Save craigspaeth/5e42487e5ae6e562fd8718cf3952247d to your computer and use it in GitHub Desktop.
Product festival files
language: node_js
node_js:
- "8"
before_install:
- npm i -g danger
script: danger
import { warn, danger } from "danger"
if (!danger.github.pr.body.match(/Resolves \#[0-9]/)) {
warn('You should link this to an issue by including "Resolves #X" in the body')
}
<html>
<head>
<link rel="stylesheet" type="text/css" href="https://artsy-vanity-files-production.s3.amazonaws.com/documents/product-festival.css">
</head>
<body>
<header>
<strong>&#128049;&nbsp;&nbsp;Catagram</strong> | Product Festival 2017</header>
<ul>
<li>
<img src="http://files.artsy.net/images/product-festival-1.jpg">
<button class="like">I like it</button>
</li>
<li>
<img src="http://files.artsy.net/images/product-festival-2.jpg">
<button class="like">I like it</button>
</li>
<li>
<img src="http://files.artsy.net/images/product-festival-3.jpg">
<button class="like">I like it</button>
</li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment