Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

Commit

Permalink
Merge pull request #86 from Shopify/dev-yml
Browse files Browse the repository at this point in the history
Add dev.yml to simplify development for Shopify employees
  • Loading branch information
cjgu authored Dec 14, 2020
2 parents 169414e + e1552ac commit 6b01297
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: verdict

type: ruby

up:
- ruby: 2.7.1
- bundler

commands:
test:
run: rake test

0 comments on commit 6b01297

Please sign in to comment.