Skip to content

Update to v1.3.0

Update to v1.3.0 #158

Workflow file for this run

# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
name: CI
on: [push]
jobs:
check_dawn:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
repository: "shopify/dawn"
path: "./dawn"
- name: Theme Check
uses: ./
id: theme-check-action
with:
theme_root: './dawn'
check_dawn_with_flags:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
repository: "shopify/dawn"
path: "./dawn"
- name: Theme Check
uses: ./
id: theme-check-action
with:
theme_root: './dawn'
flags: '--fail-level error --category performance'
check_dawn_with_version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
repository: "shopify/dawn"
path: "./dawn"
ref: 'v6.0.0'
- name: Theme Check
uses: ./
id: theme-check-action
with:
theme_root: './dawn'
version: '1.9.2'