Skip to content

Utilize Theme Kit download command #315

Utilize Theme Kit download command

Utilize Theme Kit download command #315

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
run-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run JavaScript
if: always()
run: yarn lint-js
- name: Run TypeScript
if: always()
run: yarn lint-tsc