Skip to content

Commit

Permalink
Add theme-check GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
charlespwd committed Jul 8, 2021
1 parent 144ff2a commit 92563f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/theme-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: CI
on: [push]
jobs:
theme-check:
name: Theme Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Theme Check
uses: shopify/theme-check-action@v1

0 comments on commit 92563f8

Please sign in to comment.