Skip to content

fix non post-stack detection #166

fix non post-stack detection

fix non post-stack detection #166

Workflow file for this run

name: Flake8
on:
pull_request:
push:
branches: [main]
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.10'
- name: Install flake8
run: python -m pip install flake8 flake8-pyproject
- name: Run flake8
run: flake8