Skip to content

Add PEP 8107 for 2026 Term steering council election #200

Add PEP 8107 for 2026 Term steering council election

Add PEP 8107 for 2026 Term steering council election #200

Workflow file for this run

name: Lint
on: [push, pull_request, workflow_dispatch]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Check README is up-to-date
run: |
make check