Skip to content

fix(notify): address 5 review findings (High+Medium severity) (#2517) #24

fix(notify): address 5 review findings (High+Medium severity) (#2517)

fix(notify): address 5 review findings (High+Medium severity) (#2517) #24

Workflow file for this run

name: Lint Code
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
biome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'npm'
- run: npm ci
- run: npm run lint:unicode
- run: npm run lint
- run: npm run lint:boundaries
- name: Markdown lint
run: npm run lint:md
- name: Version sync check
run: npm run version:check