FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
shopify-api-ruby/dev.yml at main · QPC-github/shopify-api-ruby · GitHub
QPC-github
/
shopify-api-ruby
Public
forked from
Shopify/shopify-api-ruby
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
shopify-api-ruby
/
dev.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (29 loc) · 834 Bytes
Breadcrumbs
shopify-api-ruby
/
dev.yml
Copy path
File metadata and controls
32 lines (29 loc) · 834 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name
:
shopify-api
type
:
ruby
up
:
-
ruby
:
3.0.3
-
bundler
commands
:
console
:
desc
:
'
start a ruby shell with ShopifyAPI already loaded
'
aliases
:
['c']
run
:
bundle exec irb -Ilib -rshopify_api
style
:
desc
:
'
run rubocop
'
run
:
bundle exec rubocop
typecheck
:
desc
:
'
run Sorbet typechecking
'
aliases
:
['tc']
run
:
bundle exec srb tc
test
:
run
:
bundle exec rake test
sanity
:
desc
:
'
run all static checks against the codebase
'
run
:
bundle exec rubocop && bundle exec srb tc && bundle exec rake test
subcommands
:
all
:
desc
:
'
run all checks regardless of the success states of previous checks
'
run
:
bundle exec rubocop; bundle exec srb tc; bundle exec rake test
rbi
:
desc
:
'
generate .rbi files for specified gem to the project
'
run
:
bin/tapioca gem
Back
|
FazBrowse Home
|
New Git URL