Skip to content

Modernize some bits in the introduction #958

Modernize some bits in the introduction

Modernize some bits in the introduction #958

name: Style check
on: [pull_request, workflow_dispatch]
jobs:
style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.13'
- name: Install dependencies and local packages
run: |
python -m pip install flake8
python -m pip install flake8-ets
- name: Run style checks
run: |
python -m flake8