Skip to content

tai-sho/shopify-theme-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

dockeri.co

docker-theme-check

A linter for Shopify Themes by Docker.

For more information on how to use theme-check, please check the official repository. https://github.com/shopify/theme-check

Examples

Local

$ docker run -it --rm -v `pwd`:/tmp shouheitai/shopify-theme-check theme-check .

GitHub Actions

name: github CI
on:
  push
jobs:
  theme-check:
    runs-on: ubuntu-latest
    container:
      image: shouheitai/shopify-theme-check
    steps:
      - uses: actions/checkout@v2

      - name: liquid theme check
        run: theme-check .

Gitlab-CI

stages:
  - lint

theme_lint:
  stage: lint
  image: shouheitai/shopify-theme-check
  script:
    - theme-check .

About

A linter for Shopify Themes by Docker

Resources

License

Stars

Watchers

Forks

Packages

No packages published