Skip to content

gh(deps): bump actions/checkout from 5 to 7 #164

gh(deps): bump actions/checkout from 5 to 7

gh(deps): bump actions/checkout from 5 to 7 #164

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