Skip to content

feat: fetch notifications on navigation #209

feat: fetch notifications on navigation

feat: fetch notifications on navigation #209

Workflow file for this run

name: Linting
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: biomejs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- run: pnpm install
- run: pnpm lint:check