Skip to content

feat: Upgrade Python to 3.12 for crud-web-apps #1

feat: Upgrade Python to 3.12 for crud-web-apps

feat: Upgrade Python to 3.12 for crud-web-apps #1

Workflow file for this run

name: Python Linting
on:
push:
branches:
- 724-725-726/python-312-upgrade
- main
- v*-branch
- notebooks-v1
paths:
- "**.py"
jobs:
flake8-lint:
runs-on: ubuntu-22.04
name: Check
steps:
- name: Checkout source repository
uses: actions/checkout@v4
- name: Set up Python environment 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: flake8 Lint
uses: py-actions/flake8@v2
with:
exclude: "docs"