Skip to content

[SoftCSA] Suppress audio in SoftDecoder for PIP to prevent audio rout… #756

[SoftCSA] Suppress audio in SoftDecoder for PIP to prevent audio rout…

[SoftCSA] Suppress audio in SoftDecoder for PIP to prevent audio rout… #756

Workflow file for this run

name: Ruff Linter
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install Ruff
run: |
python -m pip install --upgrade pip
pip install ruff
- name: Run Ruff
run: |
ruff check .