Skip to content

fix(desktop): show app details in mic ignore prompt #12272

fix(desktop): show app details in mic ignore prompt

fix(desktop): show app details in mic ignore prompt #12272

Workflow file for this run

name: fmt
on:
push:
branches:
- main
- .github/workflows/fmt.yaml
pull_request:
jobs:
fmt:
runs-on: depot-ubuntu-24.04-4
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm_install
- uses: ./.github/actions/rust_install
- uses: actions/cache@v4
with:
path: ~/.cache/dprint/cache/plugins
key: dprint-${{ hashFiles('dprint.json') }}
- run: pnpm fmt:check
- uses: dprint/check@v2.3
with:
config-path: dprint.json