Skip to content

Update from Shopify for theme non-finito-theme/main #26

Update from Shopify for theme non-finito-theme/main

Update from Shopify for theme non-finito-theme/main #26

Workflow file for this run

name: CI
on: [push]
jobs:
tailwindcss-update:
name: Generate TailwindCSS
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Generate TailwindCSS
uses: ZoeyVid/tailwindcss-update@main
with:
input: assets/app-tailwind.css
output: assets/app.css
params: ""
- name: Commit & Push
run: |
git config user.name "GitHub"
git config user.email "noreply@github.com"
git diff-index --quiet HEAD || git commit -m "ci: tailwindcss-update"
git push
lhci:
name: Lighthouse
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lighthouse
uses: shopify/lighthouse-ci-action@v1
with:
app_id: ${{ secrets.SHOP_APP_ID }}
app_password: ${{ secrets.SHOP_APP_PASSWORD }}
store: ${{ secrets.SHOP_STORE }}
password: ${{ secrets.SHOP_PASSWORD }}
lhci_github_app_token: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
product_handle: ${{ secrets.SHOP_PRODUCT_HANDLE }}
collection_handle: ${{ secrets.SHOP_COLLECTION_HANDLE }}
theme-check:
name: Theme Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Theme Check
uses: shopify/theme-check-action@v1
with:
token: ${{ github.token }}