Skip to content

action: bump cpython-release-tracker to f5ef7e3a49c5b9aa2a5c8f9591e2c… #481

action: bump cpython-release-tracker to f5ef7e3a49c5b9aa2a5c8f9591e2c…

action: bump cpython-release-tracker to f5ef7e3a49c5b9aa2a5c8f9591e2c… #481

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: lint
run: make lint