Skip to content

Add sentinels (PEP 661) to the spec (#2277) #2132

Add sentinels (PEP 661) to the spec (#2277)

Add sentinels (PEP 661) to the spec (#2277) #2132

Workflow file for this run

name: Test and lint
on:
push:
pull_request:
permissions:
contents: read
jobs:
linting:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v7
with:
python-version: "3.14"
cache: "pip"
- name: Install dependencies
run: |
pip install --upgrade pip
pip install --group test
- name: Lint implementation
run: flake8