-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
Description
This is my .theme-check.yml fil in the repo.
root: src
RemoteAsset:
enabled: true
ignore:
- snippets/head-assets.liquid
- snippets/video.liquid
- snippets/image.liquidBut still getting these warnings when running the workflow

This is the config for the workflow
- name: Theme Check
uses: shopify/theme-check-action@v2
with:
theme_root: './src'
flags: '--fail-level warning'
token: ${{ github.token }}
base: main