Skip to content

Fix updating colors on theme change #2

Fix updating colors on theme change

Fix updating colors on theme change #2

Workflow file for this run

name: Check styles
on:
push:
branches:
- "master"
pull_request:
branches:
- "*"
jobs:
check-styles:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
- run: yarn run check-styles