FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
dawn/.github/workflows/ci.yml at main · Shopify/dawn · GitHub
Shopify
/
dawn
Public
Notifications
You must be signed in to change notification settings
Fork
4.5k
Star
3.1k
Code
Issues
19
Pull requests
8
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
dawn
/
.github
/
workflows
/
ci.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
26 lines (26 loc) · 845 Bytes
Breadcrumbs
dawn
/
.github
/
workflows
/
ci.yml
Copy path
File metadata and controls
26 lines (26 loc) · 845 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
name
:
CI
on
:
[push]
jobs
:
lhci
:
name
:
Lighthouse
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
#
v4.2.2
-
name
:
Lighthouse
uses
:
shopify/lighthouse-ci-action@v1
with
:
store
:
${{ secrets.SHOP_STORE_OS2 }}
password
:
${{ secrets.SHOP_PASSWORD_OS2 }}
access_token
:
${{ secrets.SHOP_ACCESS_TOKEN }}
collection_handle
:
all
lhci_github_app_token
:
${{ secrets.LHCI_GITHUB_TOKEN }}
pull_theme
:
${{ secrets.SHOP_PULL_THEME }}
theme-check
:
name
:
Theme Check
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
#
v4.2.2
-
name
:
Theme Check
uses
:
shopify/theme-check-action@v2
with
:
token
:
${{ github.token }}
Back
|
FazBrowse Home
|
New Git URL