Skip to content

Update all actions to use versions with Node.js 24 #450

Update all actions to use versions with Node.js 24

Update all actions to use versions with Node.js 24 #450

Workflow file for this run

name: Linting with Flake8
on:
push:
pull_request:
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Setup Python environment
uses: actions/setup-python@v6
with:
python-version: 3.11
- name: Install Flake8
run: pip install flake8
- name: Run Flake8
run: flake8 .