Skip to content

Rename theme-check-v2-checkout-v3 to theme-check-v2-checkout-v3.yml #7

Rename theme-check-v2-checkout-v3 to theme-check-v2-checkout-v3.yml

Rename theme-check-v2-checkout-v3 to theme-check-v2-checkout-v3.yml #7

Workflow file for this run

name: Theme Check
on: [push, workflow_dispatch]
jobs:
theme-check:
name: Theme Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Theme Check
uses: shopify/theme-check-action@v2
with:
theme_root: '.' # optional, could be './dist'
token: ${{ github.token }}
base: main