Skip to content

feat: support customizing class name when using darkMode: 'class' (fi… #674

feat: support customizing class name when using darkMode: 'class' (fi…

feat: support customizing class name when using darkMode: 'class' (fi… #674

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: yarn install
- name: lint
run: yarn run lint