Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Added patches from vuedraggable fork (https://github.com/RillingDev/V… #155

Added patches from vuedraggable fork (https://github.com/RillingDev/V…

Added patches from vuedraggable fork (https://github.com/RillingDev/V… #155

Workflow file for this run

name: Tests
on:
push:
branches: [development, main]
pull_request:
branches: [development]
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 lint
- run: npm run type-check
- run: npm run test:unit