Skip to content

perf(picker): guard debug logging to avoid hot-path reflection #9041

perf(picker): guard debug logging to avoid hot-path reflection

perf(picker): guard debug logging to avoid hot-path reflection #9041

Workflow file for this run

name: Check Typos
on:
pull_request:
push:
merge_group:
types: [checks_requested]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
typos:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v7
- name: Check typos
uses: crate-ci/typos@v1.50.1