Skip to content

chore: update biome, remove prettier and stylelint #3097

chore: update biome, remove prettier and stylelint

chore: update biome, remove prettier and stylelint #3097

Workflow file for this run

name: Checks
on:
workflow_dispatch:
pull_request:
paths:
- 'packages/**'
- 'apps/**'
- 'biome.jsonc'
jobs:
checks:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/gh-setup
- name: Lint code
run: yarn biome ci .