Skip to content

Merge pull request #17 from pimoroni/patch/audio #175

Merge pull request #17 from pimoroni/patch/audio

Merge pull request #17 from pimoroni/patch/audio #175

Workflow file for this run

name: Python Linting
on:
push:
pull_request:
jobs:
build:
name: Python Linting
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Install Python Deps
run: python3 -m pip install flake8
- name: Lint Yukon Examples
shell: bash
run: |
python3 -m flake8 --show-source --ignore E501,E201,E241,E222,E116,E266 examples/
- name: Lint Yukon Python Libraries
shell: bash
run: |
python3 -m flake8 --show-source --ignore E501,E201,E241,E222,E116,E266 lib/