Skip to content

✨ Extended file extension detection to properly detect M4A files. Fixes tamland/python-tidal#309 #372

✨ Extended file extension detection to properly detect M4A files. Fixes tamland/python-tidal#309

✨ Extended file extension detection to properly detect M4A files. Fixes tamland/python-tidal#309 #372

Workflow file for this run

name: Lint
on:
push:
branch:
- master
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Poetry
run: curl -sSL https://install.python-poetry.org | python3 -
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
cache: 'poetry'
- run: poetry install
- run: make lint