Sha256: 9005c3a8ce372620cc78cbf4aa466a80d139e2fe53f58164cfb687c885afd520
Contents?: true
Size: 429 Bytes
Versions: 14
Compression:
Stored size: 429 Bytes
Contents
# This file is for shopify internal development, feel free to ignore. name: recordstore up: - ruby: 2.6.4 - bundler commands: test: syntax: argument: file optional: args... desc: 'run tests' run: | if [[ $# -eq 0 ]]; then bundle exec rake test else bundle exec ruby -W0 -Itest "$@" fi style: syntax: "" desc: 'Run rubocop' run: 'bin/rubocop'
Version data entries
14 entries across 14 versions & 1 rubygems