Skip to content

Merge pull request #28 from kutu-dev/feat/opensubsonic-extensions #66

Merge pull request #28 from kutu-dev/feat/opensubsonic-extensions

Merge pull request #28 from kutu-dev/feat/opensubsonic-extensions #66

Workflow file for this run

name: Lint and format
on:
push:
branches:
- master
pull_request:
jobs:
run_pre_commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: "3.11"
- uses: pre-commit/[email protected]