Skip to content

feat: add global css variables and dark theme #3

feat: add global css variables and dark theme

feat: add global css variables and dark theme #3

Workflow file for this run

name: CI and Build package
'on':
push:
branches:
- '*'
- '*/*'
- '**'
- '!main'
jobs:
ci_and_build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Clean Install
run: npm ci
- name: Unit tests
run: npm run test
- name: Build
run: npm run build