Skip to content

feat: draggable staff user cards #923

feat: draggable staff user cards

feat: draggable staff user cards #923

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
name: CI
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
package_json_file: package.json
run_install: |
- args: [--frozen-lockfile]
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: pnpm
- name: Lint
run: pnpm lint
- name: Type Check
run: pnpm nuxt typecheck
- name: Build
run: pnpm build