Skip to content

move cache code to worker + to types.d.ts #21

move cache code to worker + to types.d.ts

move cache code to worker + to types.d.ts #21

Workflow file for this run

name: CI in the components package
on:
push:
paths:
- 'packages/components/**'
- '.github/workflows/ci_components.yml'
defaults:
run:
working-directory: ./packages/components
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm i
- run: npm run lint
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm i
- run: tsc
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm i
- run: npm run coverage