Skip to content

fix(circuit-breaker): persist market and military panel caches across reloads #637

fix(circuit-breaker): persist market and military panel caches across reloads

fix(circuit-breaker): persist market and military panel caches across reloads #637

Workflow file for this run

name: Lint Code
on:
pull_request:
push:
branches: [main]
jobs:
biome:
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 run lint
- run: npm run lint:boundaries