Skip to content

Apply saved theme color to the status bar before mount so it no longe… #2

Apply saved theme color to the status bar before mount so it no longe…

Apply saved theme color to the status bar before mount so it no longe… #2

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
quality:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: lts/*
cache: npm
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Unit tests
run: npm run test:unit
- name: Build
run: npm run build