Skip to content

feat(theme): add CSS and json for v4 #1744

feat(theme): add CSS and json for v4

feat(theme): add CSS and json for v4 #1744

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
- v4.0.0
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
cache: yarn
- run: yarn install --immutable --inline-builds
- run: yarn build
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
cache: yarn
- run: yarn install --immutable --inline-builds
- run: yarn build
- run: yarn test
env:
CI: 'true'
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
cache: yarn
- run: yarn install --immutable --inline-builds
- run: yarn lint
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
cache: yarn
- run: yarn install --immutable --inline-builds
- run: yarn build
- run: yarn typecheck
typecheck-config:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
cache: yarn
- run: yarn install --immutable --inline-builds
- run: yarn typecheck:config