Skip to content

Merge pull request #29 from keaganstokoe/feat/light-theme #167

Merge pull request #29 from keaganstokoe/feat/light-theme

Merge pull request #29 from keaganstokoe/feat/light-theme #167

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm run build:ui
- run: npm test