Skip to content

Update to CPython 3.12.4. (#272) #39

Update to CPython 3.12.4. (#272)

Update to CPython 3.12.4. (#272) #39

Workflow file for this run

name: Check
on:
push:
pull_request:
jobs:
check:
runs-on: "ubuntu-latest"
name: "check"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: "Run checks"
run: |
python ./check.py