diff --git a/.github/workflows/lighthouse-ci.yml b/.github/workflows/lighthouse-ci.yml index 058ca81..5d05f7c 100644 --- a/.github/workflows/lighthouse-ci.yml +++ b/.github/workflows/lighthouse-ci.yml @@ -1,5 +1,10 @@ name: Shopify Lighthouse CI on: [push] + +permissions: + checks: write + contents: read + jobs: lhci: name: Lighthouse @@ -12,4 +17,15 @@ jobs: access_token: ${{ secrets.SHOP_ACCESS_TOKEN }} store: ${{ secrets.SHOP_STORE }} password: ${{ secrets.SHOP_PASSWORD }} + collection_handle: all lhci_github_app_token: ${{ secrets.LHCI_GITHUB_APP_TOKEN }} + + 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 }} diff --git a/layout/password.liquid b/layout/password.liquid index c502edd..0b92759 100644 --- a/layout/password.liquid +++ b/layout/password.liquid @@ -23,6 +23,7 @@ {% section 'main-password-header' %}
+

Test content

{{ content_for_layout }}