Skip to content

refactor: store swaps in IndexedDB #2641

refactor: store swaps in IndexedDB

refactor: store swaps in IndexedDB #2641

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- run: npm ci
- run: npm run prettier-check
- run: npm run test
- run: npm run tsc