Sha256: 49c8c5b7ca7cd785b3ab677d0da233b625a8217c0ad680eb0382aa77b148d1f6
Contents?: true
Size: 429 Bytes
Versions: 10
Compression:
Stored size: 429 Bytes
Contents
# This file is for shopify internal development, feel free to ignore. name: recordstore up: - ruby: 2.5.0 - 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
10 entries across 10 versions & 1 rubygems