Skip to content

Use Python 3.12 to run builds on Windows (#453) #645

Use Python 3.12 to run builds on Windows (#453)

Use Python 3.12 to run builds on Windows (#453) #645

Workflow file for this run

name: check
on:
push:
branches: [main]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
env:
FORCE_COLOR: 1
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