Skip to content

feat(opensidian): improve header icons, add sync indicator, and opens… #825

feat(opensidian): improve header icons, add sync indicator, and opens…

feat(opensidian): improve header icons, add sync indicator, and opens… #825

Workflow file for this run

name: Code quality
on:
push:
pull_request:
jobs:
quality:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version-file: 'package.json'
- name: Install dependencies
run: bun install
- name: Lint check
run: bun run lint:check
- name: Type check
run: bun run typecheck