Skip to content

Commit

Permalink
Merge pull request #327 from primer/q4-haunted-kittens
Browse files Browse the repository at this point in the history
Q4 Haunted Kittens Release Tracking PR 馃懟
  • Loading branch information
Emily committed Oct 26, 2018
2 parents 5928c4d + 1fcd6e1 commit d793061
Show file tree
Hide file tree
Showing 32 changed files with 403 additions and 275 deletions.
13 changes: 10 additions & 3 deletions .github/main.workflow
@@ -1,14 +1,21 @@
workflow "Lint and test" {
on = "push"
resolves = ["lint", "test"]
resolves = ["install", "lint", "test"]
}

action "install" {
uses = "actions/npm@94e6933"
args = "ci"
}

action "lint" {
needs = ["install"]
uses = "actions/npm@94e6933"
args = "lint"
args = "run lint"
}

action "test" {
args = "test"
needs = ["install"]
uses = "actions/npm@94e6933"
args = "test"
}

1 comment on commit d793061

@vercel
Copy link

@vercel vercel bot commented on d793061 Oct 26, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully aliased the URL https://primer-components-bqjsfoivai.now.sh to the following alias.

Please sign in to comment.