FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
shopify-api-ruby/.github/workflows/build.yml at main · heliumdevelopment/shopify-api-ruby · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
heliumdevelopment
/
shopify-api-ruby
Public
forked from
Shopify/shopify-api-ruby
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
/
.github
/
workflows
/
build.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
39 lines (37 loc) · 874 Bytes
Breadcrumbs
shopify-api-ruby
/
.github
/
workflows
/
build.yml
Copy path
File metadata and controls
39 lines (37 loc) · 874 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
33
34
35
36
37
38
39
name
:
CI
on
:
-
push
-
pull_request
jobs
:
build
:
name
:
Ruby ${{ matrix.version }}
runs-on
:
ubuntu-latest
strategy
:
matrix
:
version
:
-
2.7
-
3.0
-
3.1
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Set up Ruby ${{ matrix.version }}
uses
:
ruby/setup-ruby@v1
with
:
ruby-version
:
${{ matrix.version }}
-
name
:
Run Bundle Commands
run
:
|
bundle config set --with docs
bundle config set ignore_messages
true
bundle
-
name
:
Run RuboCop
run
:
|
bundle exec rubocop
-
name
:
Run Typecheck
run
:
|
bundle exec srb tc
-
name
:
Run tests
run
:
|
bundle exec rake test:library
-
name
:
Run REST wrapper tests
run
:
|
bundle exec rake test:rest_wrappers
Back
|
FazBrowse Home
|
New Git URL