Rename theme-check-v1-checkout-v4 to theme-check-v1-checkout-v4.yml #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Theme Check v1 with checkout v4 | |
on: [push, workflow_dispatch] | |
jobs: | |
theme-check-v1-checkout-v4: | |
name: Theme Check v1 with checkout v4 | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Theme Check v1 with checkout v4 | |
uses: shopify/theme-check-action@v1 | |
with: | |
theme_root: '.' # optional, could be './dist' | |
token: ${{ github.token }} | |
base: main |