Sha256: 27ecdf572e02d03a81ade8b1a9e7ce2a8793e14e18fe8f6b1e35d3eaa62bfaee
Contents?: true
Size: 422 Bytes
Versions: 10
Compression:
Stored size: 422 Bytes
Contents
# This file is for shopify internal development, feel free to ignore. name: recordstore up: - ruby - 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