Skip to content

fix(workspaces): simplify tab drag sorting #54

fix(workspaces): simplify tab drag sorting

fix(workspaces): simplify tab drag sorting #54

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
runs-on: blacksmith-2vcpu-ubuntu-2404
timeout-minutes: 30
steps:
- uses: actions/checkout@v7
- uses: voidzero-dev/setup-vp@v1
with:
node-version-file: .node-version
cache: true
- name: Install dependencies
run: vp install --frozen-lockfile
- name: Verify
run: vp run verify