Skip to content

Merge to main - v3.0.0 #146

Merge to main - v3.0.0

Merge to main - v3.0.0 #146

Workflow file for this run

name: lint
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint the Python code
uses: TrueBrain/actions-flake8@master
with:
path: pyflac