Skip to content

Replace hardcoded 'theme' string with Darkify.storageKey constant #6

Replace hardcoded 'theme' string with Darkify.storageKey constant

Replace hardcoded 'theme' string with Darkify.storageKey constant #6

Workflow file for this run

name: Run tests
on:
push:
paths:
- "src/**"
pull_request:
paths:
- "src/**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test