Skip to content

Capture system audio from whatever device the meeting app uses #7861

Capture system audio from whatever device the meeting app uses

Capture system audio from whatever device the meeting app uses #7861

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
run_install: false
- uses: actions/setup-node@v4
with:
node-version: "22"
- run: pnpm install --frozen-lockfile --ignore-scripts
- run: pnpm exec oxlint --quiet --format=github apps/desktop/src/