Skip to content

Slate-blue theme and stylesheet rewrite #27

Slate-blue theme and stylesheet rewrite

Slate-blue theme and stylesheet rewrite #27

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
validate-current:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm test
validate-v2:
runs-on: ubuntu-latest
defaults:
run:
working-directory: v2
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
cache-dependency-path: v2/package-lock.json
- run: npm ci
- run: npm test