Skip to content

Implement Dark/Light Mode Theme Toggle with System Preference Detection #12

Implement Dark/Light Mode Theme Toggle with System Preference Detection

Implement Dark/Light Mode Theme Toggle with System Preference Detection #12

Workflow file for this run

name: Tests on every push
on:
push:
branches: ["**"] # every branch
pull_request:
branches: ["**"]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- run: yarn install
- run: yarn test