Skip to content

Update Flake8 to be concurrent #726

Update Flake8 to be concurrent

Update Flake8 to be concurrent #726

Workflow file for this run

name: Flake8
on:
workflow_dispatch:
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
flake8:
uses: steinwurf/flake8-action/.github/workflows/[email protected]
with:
excluded_errors: F632