Skip to content

Migrate node store map from writable stores to runes #265

Migrate node store map from writable stores to runes

Migrate node store map from writable stores to runes #265

Workflow file for this run

name: CI
on:
push:
branches: '**'
pull_request:
branches: '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v5
with:
node-version: 22
cache: 'npm'
- run: npm ci
- run: npm run prettier
- run: npm run lint
- run: npm run check
- run: npm test