Skip to content

Add “Native color scheme switching” #299

Add “Native color scheme switching”

Add “Native color scheme switching” #299

Workflow file for this run

name: CSS
on:
pull_request:
push:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: package.json
- run: npm ci
- run: npm run css