Skip to content

fix(element-shade): get data from event.detail when the selection i… #162

fix(element-shade): get data from event.detail when the selection i…

fix(element-shade): get data from event.detail when the selection i… #162

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm install
- run: npm run lint
- run: npm run build
- run: npm test