Skip to content

Merge pull request #37 from hifiwi-fi/dependabot/pip/mutagen-1.47.0 #121

Merge pull request #37 from hifiwi-fi/dependabot/pip/mutagen-1.47.0

Merge pull request #37 from hifiwi-fi/dependabot/pip/mutagen-1.47.0 #121

Workflow file for this run

name: tests
on: [pull_request, push]
env:
FORCE_COLOR: 1
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
python_version: ['3.x']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_version }}
architecture: 'x64'
- run: pip install flake8
- run: flake8 . --max-line-length=120