Skip to content

Set the type for CustomEvent #4

Set the type for CustomEvent

Set the type for CustomEvent #4

name: details-animation
on:
pull_request:
branches:
- main
paths:
- 'packages/details-animation/__tests__/**/*.test.js'
- 'packages/details-animation/src/**/*.ts'
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
- run: npm ci
- run: npm run build -w @w0s/shadow-append-css
- run: npm run build -w @w0s/writing-mode
- run: npm test -w '@w0s/details-animation'