Skip to content

Add ctrl+shift+v as option on windows and linux #25

Add ctrl+shift+v as option on windows and linux

Add ctrl+shift+v as option on windows and linux #25

Workflow file for this run

name: "prettier"
on: [pull_request]
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run prettier
run: bun run format:check