Skip to content

Merge pull request #64 from Shopify/remove-trailing-comma-in-settings… #8

Merge pull request #64 from Shopify/remove-trailing-comma-in-settings…

Merge pull request #64 from Shopify/remove-trailing-comma-in-settings… #8

Workflow file for this run

name: CI
on: [push]
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:
token: ${{ github.token }}