Skip to content

What if, here me out, we wrap things in quotes #10004

What if, here me out, we wrap things in quotes

What if, here me out, we wrap things in quotes #10004

Workflow file for this run

name: CI
on: [push]
jobs:
lhci:
name: Lighthouse
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# - name: Mark repository as safe for the container
# run: git config --global --add safe.directory $GITHUB_WORKSPACE
- name: Lighthouse
uses: shopify/lighthouse-ci-action@gg-wrap-wildcard-in-quotes
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@v4
- name: Theme Check
uses: shopify/theme-check-action@v2
with:
token: ${{ github.token }}