Skip to content

Added skeleton for themes #319

Added skeleton for themes

Added skeleton for themes #319

Workflow file for this run

name: Run formatter
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
check-code-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18
- run: yarn install --frozen-lockfile && yarn run formatter