Skip to content

Themes almost work (with a few bugs); New system themes; Cleaned up c… #1523

Themes almost work (with a few bugs); New system themes; Cleaned up c…

Themes almost work (with a few bugs); New system themes; Cleaned up c… #1523

Workflow file for this run

name: Code Quality
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '18.x'
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm install
- name: Linting and prettifying
run: |
pnpm lint
pnpm prettier
working-directory: ./