Skip to content

Not respecting ignore list on checks #1012

@madsenmm

Description

@madsenmm

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.liquid

But still getting these warnings when running the workflow
Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions