Skip to content

ui: Display join organization url share link #44

ui: Display join organization url share link

ui: Display join organization url share link #44

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v4
with:
version: 10
- name: Use Node.js 22.x
uses: actions/setup-node@v6
with:
node-version: '22.x'
cache: pnpm
cache-dependency-path: |
pnpm-lock.yaml
prisma/schema.prisma
- name: Install dependencies
run: pnpm install
- name: Run lint
run: pnpm lint
- name: Run format check
run: pnpm format:check